Google Chart color table
The Google Chart colors are provided by an enumeration, GoogleChartColor.
Here an example how to use it:
// sets default color
Defaults.get().getGlobal().setColor(GoogleChartColor.COLOR_00);
Name | Hex | RGB | Color |
---|---|---|---|
COLOR_00 | #3366cc | rgb(51,102,204) | |
COLOR_01 | #dc3912 | rgb(220,57,18) | |
COLOR_02 | #ff9900 | rgb(255,153,0) | |
COLOR_03 | #109618 | rgb(16,150,24) | |
COLOR_04 | #990099 | rgb(153,0,153) | |
COLOR_05 | #0099c6 | rgb(0,153,198) | |
COLOR_06 | #dd4477 | rgb(221,68,119) | |
COLOR_07 | #66aa00 | rgb(102,170,0) | |
COLOR_08 | #b82e2e | rgb(184,46,46) | |
COLOR_09 | #316395 | rgb(49,99,149) | |
COLOR_10 | #994499 | rgb(153,68,153) | |
COLOR_11 | #22aa99 | rgb(34,170,153) | |
COLOR_12 | #aaaa11 | rgb(170,170,17) | |
COLOR_13 | #6633cc | rgb(102,51,204) | |
COLOR_14 | #e67300 | rgb(230,115,0) | |
COLOR_15 | #8b0707 | rgb(139,7,7) | |
COLOR_16 | #651067 | rgb(101,16,103) | |
COLOR_17 | #329262 | rgb(50,146,98) | |
COLOR_18 | #5574a6 | rgb(85,116,166) | |
COLOR_19 | #3b3eac | rgb(59,62,172) | |
COLOR_20 | #b77322 | rgb(183,115,34) | |
COLOR_21 | #16d620 | rgb(22,214,32) | |
COLOR_22 | #b91383 | rgb(185,19,131) | |
COLOR_23 | #f4359e | rgb(244,53,158) | |
COLOR_24 | #9c5935 | rgb(156,89,53) | |
COLOR_25 | #a9c413 | rgb(169,196,19) | |
COLOR_26 | #2a778d | rgb(42,119,141) | |
COLOR_27 | #668d1c | rgb(102,141,28) | |
COLOR_28 | #bea413 | rgb(190,164,19) | |
COLOR_29 | #0c5922 | rgb(12,89,34) | |
COLOR_30 | #743411 | rgb(116,52,17) |