luky.util
Class Col
java.lang.Object
luky.util.Col
public class Col
- extends Object
This class is a data holder for various colours, which you can now acces by
name in stead of RGB value.
It is based on this page
by Copyright 2005 Kevin J. Walsh
The color table has been roughly divided up into shades.
Select one of these:
Black and Gray;
Blue;
Brown;
Gray;
Green;
Orange;
Red;
Violet;
White;
Yellow;
to jump to that division.
[Click for top]
Shades of Black and Gray |
Color Name | R/G/B | Hex | BG/FG color sample |
black | 0;0;0 | 000000 | ### SAMPLE ### |
grey | 190;190;190 | BEBEBE | ### SAMPLE ### |
DimGrey | 105;105;105 | 696969 | ### SAMPLE ### |
LightGray | 211;211;211 | D3D3D3 | ### SAMPLE ### |
LightSlateGrey | 119;136;153 | 778899 | ### SAMPLE ### |
SlateGray | 112;128;144 | 708090 | ### SAMPLE ### |
SlateGray1 | 198;226;255 | C6E2FF | ### SAMPLE ### |
SlateGray2 | 185;211;238 | B9D3EE | ### SAMPLE ### |
SlateGray3 | 159;182;205 | 9FB6CD | ### SAMPLE ### |
SlateGray4 | 108;123;139 | 6C7B8B | ### SAMPLE ### |
SlateGrey | 112;128;144 | 708090 | ### SAMPLE ### |
grey0 | 0;0;0 | 000000 | ### SAMPLE ### |
grey1 | 3;3;3 | 030303 | ### SAMPLE ### |
grey2 | 5;5;5 | 050505 | ### SAMPLE ### |
grey3 | 8;8;8 | 080808 | ### SAMPLE ### |
grey4 | 10;10;10 | 0A0A0A | ### SAMPLE ### |
grey5 | 13;13;13 | 0D0D0D | ### SAMPLE ### |
grey6 | 15;15;15 | 0F0F0F | ### SAMPLE ### |
grey7 | 18;18;18 | 121212 | ### SAMPLE ### |
grey8 | 20;20;20 | 141414 | ### SAMPLE ### |
grey9 | 23;23;23 | 171717 | ### SAMPLE ### |
grey10 | 26;26;26 | 1A1A1A | ### SAMPLE ### |
grey11 | 28;28;28 | 1C1C1C | ### SAMPLE ### |
grey12 | 31;31;31 | 1F1F1F | ### SAMPLE ### |
grey13 | 33;33;33 | 212121 | ### SAMPLE ### |
grey14 | 36;36;36 | 242424 | ### SAMPLE ### |
grey15 | 38;38;38 | 262626 | ### SAMPLE ### |
grey16 | 41;41;41 | 292929 | ### SAMPLE ### |
grey17 | 43;43;43 | 2B2B2B | ### SAMPLE ### |
grey18 | 46;46;46 | 2E2E2E | ### SAMPLE ### |
grey19 | 48;48;48 | 303030 | ### SAMPLE ### |
grey20 | 51;51;51 | 333333 | ### SAMPLE ### |
grey21 | 54;54;54 | 363636 | ### SAMPLE ### |
grey22 | 56;56;56 | 383838 | ### SAMPLE ### |
grey23 | 59;59;59 | 3B3B3B | ### SAMPLE ### |
grey24 | 61;61;61 | 3D3D3D | ### SAMPLE ### |
grey25 | 64;64;64 | 404040 | ### SAMPLE ### |
grey26 | 66;66;66 | 424242 | ### SAMPLE ### |
grey27 | 69;69;69 | 454545 | ### SAMPLE ### |
grey28 | 71;71;71 | 474747 | ### SAMPLE ### |
grey29 | 74;74;74 | 4A4A4A | ### SAMPLE ### |
grey30 | 77;77;77 | 4D4D4D | ### SAMPLE ### |
grey31 | 79;79;79 | 4F4F4F | ### SAMPLE ### |
grey32 | 82;82;82 | 525252 | ### SAMPLE ### |
grey33 | 84;84;84 | 545454 | ### SAMPLE ### |
grey34 | 87;87;87 | 575757 | ### SAMPLE ### |
grey35 | 89;89;89 | 595959 | ### SAMPLE ### |
grey36 | 92;92;92 | 5C5C5C | ### SAMPLE ### |
grey37 | 94;94;94 | 5E5E5E | ### SAMPLE ### |
grey38 | 97;97;97 | 616161 | ### SAMPLE ### |
grey39 | 99;99;99 | 636363 | ### SAMPLE ### |
grey40 | 102;102;102 | 666666 | ### SAMPLE ### |
grey41 | 105;105;105 | 696969 | ### SAMPLE ### |
grey42 | 107;107;107 | 6B6B6B | ### SAMPLE ### |
grey43 | 110;110;110 | 6E6E6E | ### SAMPLE ### |
grey44 | 112;112;112 | 707070 | ### SAMPLE ### |
grey45 | 115;115;115 | 737373 | ### SAMPLE ### |
grey46 | 117;117;117 | 757575 | ### SAMPLE ### |
grey47 | 120;120;120 | 787878 | ### SAMPLE ### |
grey48 | 122;122;122 | 7A7A7A | ### SAMPLE ### |
grey49 | 125;125;125 | 7D7D7D | ### SAMPLE ### |
grey50 | 127;127;127 | 7F7F7F | ### SAMPLE ### |
grey51 | 130;130;130 | 828282 | ### SAMPLE ### |
grey52 | 133;133;133 | 858585 | ### SAMPLE ### |
grey53 | 135;135;135 | 878787 | ### SAMPLE ### |
grey54 | 138;138;138 | 8A8A8A | ### SAMPLE ### |
grey55 | 140;140;140 | 8C8C8C | ### SAMPLE ### |
grey56 | 143;143;143 | 8F8F8F | ### SAMPLE ### |
grey57 | 145;145;145 | 919191 | ### SAMPLE ### |
grey58 | 148;148;148 | 949494 | ### SAMPLE ### |
grey59 | 150;150;150 | 969696 | ### SAMPLE ### |
grey60 | 153;153;153 | 999999 | ### SAMPLE ### |
grey61 | 156;156;156 | 9C9C9C | ### SAMPLE ### |
grey62 | 158;158;158 | 9E9E9E | ### SAMPLE ### |
grey63 | 161;161;161 | A1A1A1 | ### SAMPLE ### |
grey64 | 163;163;163 | A3A3A3 | ### SAMPLE ### |
grey65 | 166;166;166 | A6A6A6 | ### SAMPLE ### |
grey66 | 168;168;168 | A8A8A8 | ### SAMPLE ### |
grey67 | 171;171;171 | ABABAB | ### SAMPLE ### |
grey68 | 173;173;173 | ADADAD | ### SAMPLE ### |
grey69 | 176;176;176 | B0B0B0 | ### SAMPLE ### |
grey70 | 179;179;179 | B3B3B3 | ### SAMPLE ### |
grey71 | 181;181;181 | B5B5B5 | ### SAMPLE ### |
grey72 | 184;184;184 | B8B8B8 | ### SAMPLE ### |
grey73 | 186;186;186 | BABABA | ### SAMPLE ### |
grey74 | 189;189;189 | BDBDBD | ### SAMPLE ### |
grey75 | 191;191;191 | BFBFBF | ### SAMPLE ### |
grey76 | 194;194;194 | C2C2C2 | ### SAMPLE ### |
grey77 | 196;196;196 | C4C4C4 | ### SAMPLE ### |
grey78 | 199;199;199 | C7C7C7 | ### SAMPLE ### |
grey79 | 201;201;201 | C9C9C9 | ### SAMPLE ### |
grey80 | 204;204;204 | CCCCCC | ### SAMPLE ### |
grey81 | 207;207;207 | CFCFCF | ### SAMPLE ### |
grey82 | 209;209;209 | D1D1D1 | ### SAMPLE ### |
grey83 | 212;212;212 | D4D4D4 | ### SAMPLE ### |
grey84 | 214;214;214 | D6D6D6 | ### SAMPLE ### |
grey85 | 217;217;217 | D9D9D9 | ### SAMPLE ### |
grey86 | 219;219;219 | DBDBDB | ### SAMPLE ### |
grey87 | 222;222;222 | DEDEDE | ### SAMPLE ### |
grey88 | 224;224;224 | E0E0E0 | ### SAMPLE ### |
grey89 | 227;227;227 | E3E3E3 | ### SAMPLE ### |
grey90 | 229;229;229 | E5E5E5 | ### SAMPLE ### |
grey91 | 232;232;232 | E8E8E8 | ### SAMPLE ### |
grey92 | 235;235;235 | EBEBEB | ### SAMPLE ### |
grey93 | 237;237;237 | EDEDED | ### SAMPLE ### |
grey94 | 240;240;240 | F0F0F0 | ### SAMPLE ### |
grey95 | 242;242;242 | F2F2F2 | ### SAMPLE ### |
grey96 | 245;245;245 | F5F5F5 | ### SAMPLE ### |
grey97 | 247;247;247 | F7F7F7 | ### SAMPLE ### |
grey98 | 250;250;250 | FAFAFA | ### SAMPLE ### |
grey99 | 252;252;252 | FCFCFC | ### SAMPLE ### |
grey100 | 255;255;255 | FFFFFF | ### SAMPLE ### |
[Click for top]
Shades of Blue |
Color Name | R/G/B | Hex | BG/FG color sample |
AliceBlue | 240;248;255 | F0F8FF | ### SAMPLE ### |
BlueViolet | 138;43;226 | 8A2BE2 | ### SAMPLE ### |
CadetBlue | 95;158;160 | 5F9EA0 | ### SAMPLE ### |
CadetBlue1 | 152;245;255 | 98F5FF | ### SAMPLE ### |
CadetBlue2 | 142;229;238 | 8EE5EE | ### SAMPLE ### |
CadetBlue3 | 122;197;205 | 7AC5CD | ### SAMPLE ### |
CadetBlue4 | 83;134;139 | 53868B | ### SAMPLE ### |
CornflowerBlue | 100;149;237 | 6495ED | ### SAMPLE ### |
DarkSlateBlue | 72;61;139 | 483D8B | ### SAMPLE ### |
DarkTurquoise | 0;206;209 | 00CED1 | ### SAMPLE ### |
DeepSkyBlue | 0;191;255 | 00BFFF | ### SAMPLE ### |
DeepSkyBlue1 | 0;191;255 | 00BFFF | ### SAMPLE ### |
DeepSkyBlue2 | 0;178;238 | 00B2EE | ### SAMPLE ### |
DeepSkyBlue3 | 0;154;205 | 009ACD | ### SAMPLE ### |
DeepSkyBlue4 | 0;104;139 | 00688B | ### SAMPLE ### |
DodgerBlue | 30;144;255 | 1E90FF | ### SAMPLE ### |
DodgerBlue1 | 30;144;255 | 1E90FF | ### SAMPLE ### |
DodgerBlue2 | 28;134;238 | 1C86EE | ### SAMPLE ### |
DodgerBlue3 | 24;116;205 | 1874CD | ### SAMPLE ### |
DodgerBlue4 | 16;78;139 | 104E8B | ### SAMPLE ### |
LightBlue | 173;216;230 | ADD8E6 | ### SAMPLE ### |
LightBlue1 | 191;239;255 | BFEFFF | ### SAMPLE ### |
LightBlue2 | 178;223;238 | B2DFEE | ### SAMPLE ### |
LightBlue3 | 154;192;205 | 9AC0CD | ### SAMPLE ### |
LightBlue4 | 104;131;139 | 68838B | ### SAMPLE ### |
LightCyan | 224;255;255 | E0FFFF | ### SAMPLE ### |
LightCyan1 | 224;255;255 | E0FFFF | ### SAMPLE ### |
LightCyan2 | 209;238;238 | D1EEEE | ### SAMPLE ### |
LightCyan3 | 180;205;205 | B4CDCD | ### SAMPLE ### |
LightCyan4 | 122;139;139 | 7A8B8B | ### SAMPLE ### |
LightSkyBlue | 135;206;250 | 87CEFA | ### SAMPLE ### |
LightSkyBlue1 | 176;226;255 | B0E2FF | ### SAMPLE ### |
LightSkyBlue2 | 164;211;238 | A4D3EE | ### SAMPLE ### |
LightSkyBlue3 | 141;182;205 | 8DB6CD | ### SAMPLE ### |
LightSkyBlue4 | 96;123;139 | 607B8B | ### SAMPLE ### |
LightSlateBlue | 132;112;255 | 8470FF | ### SAMPLE ### |
LightSteelBlue | 176;196;222 | B0C4DE | ### SAMPLE ### |
LightSteelBlue1 | 202;225;255 | CAE1FF | ### SAMPLE ### |
LightSteelBlue2 | 188;210;238 | BCD2EE | ### SAMPLE ### |
LightSteelBlue3 | 162;181;205 | A2B5CD | ### SAMPLE ### |
LightSteelBlue4 | 110;123;139 | 6E7B8B | ### SAMPLE ### |
MediumAquamarine | 102;205;170 | 66CDAA | ### SAMPLE ### |
MediumBlue | 0;0;205 | 0000CD | ### SAMPLE ### |
MediumSlateBlue | 123;104;238 | 7B68EE | ### SAMPLE ### |
MediumTurquoise | 72;209;204 | 48D1CC | ### SAMPLE ### |
MidnightBlue | 25;25;112 | 191970 | ### SAMPLE ### |
NavyBlue | 0;0;128 | 000080 | ### SAMPLE ### |
PaleTurquoise | 175;238;238 | AFEEEE | ### SAMPLE ### |
PaleTurquoise1 | 187;255;255 | BBFFFF | ### SAMPLE ### |
PaleTurquoise2 | 174;238;238 | AEEEEE | ### SAMPLE ### |
PaleTurquoise3 | 150;205;205 | 96CDCD | ### SAMPLE ### |
PaleTurquoise4 | 102;139;139 | 668B8B | ### SAMPLE ### |
PowderBlue | 176;224;230 | B0E0E6 | ### SAMPLE ### |
RoyalBlue | 65;105;225 | 4169E1 | ### SAMPLE ### |
RoyalBlue1 | 72;118;255 | 4876FF | ### SAMPLE ### |
RoyalBlue2 | 67;110;238 | 436EEE | ### SAMPLE ### |
RoyalBlue3 | 58;95;205 | 3A5FCD | ### SAMPLE ### |
RoyalBlue4 | 39;64;139 | 27408B | ### SAMPLE ### |
RoyalBlue5 | 00;34;102 | 002266 | ### SAMPLE ### |
SkyBlue | 135;206;235 | 87CEEB | ### SAMPLE ### |
SkyBlue1 | 135;206;255 | 87CEFF | ### SAMPLE ### |
SkyBlue2 | 126;192;238 | 7EC0EE | ### SAMPLE ### |
SkyBlue3 | 108;166;205 | 6CA6CD | ### SAMPLE ### |
SkyBlue4 | 74;112;139 | 4A708B | ### SAMPLE ### |
SlateBlue | 106;90;205 | 6A5ACD | ### SAMPLE ### |
SlateBlue1 | 131;111;255 | 836FFF | ### SAMPLE ### |
SlateBlue2 | 122;103;238 | 7A67EE | ### SAMPLE ### |
SlateBlue3 | 105;89;205 | 6959CD | ### SAMPLE ### |
SlateBlue4 | 71;60;139 | 473C8B | ### SAMPLE ### |
SteelBlue | 70;130;180 | 4682B4 | ### SAMPLE ### |
SteelBlue1 | 99;184;255 | 63B8FF | ### SAMPLE ### |
SteelBlue2 | 92;172;238 | 5CACEE | ### SAMPLE ### |
SteelBlue3 | 79;148;205 | 4F94CD | ### SAMPLE ### |
SteelBlue4 | 54;100;139 | 36648B | ### SAMPLE ### |
aquamarine | 127;255;212 | 7FFFD4 | ### SAMPLE ### |
aquamarine1 | 127;255;212 | 7FFFD4 | ### SAMPLE ### |
aquamarine2 | 118;238;198 | 76EEC6 | ### SAMPLE ### |
aquamarine3 | 102;205;170 | 66CDAA | ### SAMPLE ### |
aquamarine4 | 69;139;116 | 458B74 | ### SAMPLE ### |
azure | 240;255;255 | F0FFFF | ### SAMPLE ### |
azure1 | 240;255;255 | F0FFFF | ### SAMPLE ### |
azure2 | 224;238;238 | E0EEEE | ### SAMPLE ### |
azure3 | 193;205;205 | C1CDCD | ### SAMPLE ### |
azure4 | 131;139;139 | 838B8B | ### SAMPLE ### |
blue | 0;0;255 | 0000FF | ### SAMPLE ### |
blue1 | 0;0;255 | 0000FF | ### SAMPLE ### |
blue2 | 0;0;238 | 0000EE | ### SAMPLE ### |
blue3 | 0;0;205 | 0000CD | ### SAMPLE ### |
blue4 | 0;0;139 | 00008B | ### SAMPLE ### |
cyan | 0;255;255 | 00FFFF | ### SAMPLE ### |
cyan1 | 0;255;255 | 00FFFF | ### SAMPLE ### |
cyan2 | 0;238;238 | 00EEEE | ### SAMPLE ### |
cyan3 | 0;205;205 | 00CDCD | ### SAMPLE ### |
cyan4 | 0;139;139 | 008B8B | ### SAMPLE ### |
navy | 0;0;128 | 000080 | ### SAMPLE ### |
turquoise | 64;224;208 | 40E0D0 | ### SAMPLE ### |
turquoise1 | 0;245;255 | 00F5FF | ### SAMPLE ### |
turquoise2 | 0;229;238 | 00E5EE | ### SAMPLE ### |
turquoise3 | 0;197;205 | 00C5CD | ### SAMPLE ### |
turquoise4 | 0;134;139 | 00868B | ### (c) 1999 /KJW ### |
DarkSlateGray | 47;79;79 | 2F4F4F | ### SAMPLE ### |
DarkSlateGray1 | 151;255;255 | 97FFFF | ### SAMPLE ### |
DarkSlateGray2 | 141;238;238 | 8DEEEE | ### SAMPLE ### |
DarkSlateGray3 | 121;205;205 | 79CDCD | ### SAMPLE ### |
DarkSlateGray4 | 82;139;139 | 528B8B | ### SAMPLE ### |
[Click for top]
Shades of Brown |
Color Name | R/G/B | Hex | BG/FG color sample |
RosyBrown | 188;143;143 | BC8F8F | ### SAMPLE ### |
RosyBrown1 | 255;193;193 | FFC1C1 | ### SAMPLE ### |
RosyBrown2 | 238;180;180 | EEB4B4 | ### SAMPLE ### |
RosyBrown3 | 205;155;155 | CD9B9B | ### SAMPLE ### |
RosyBrown4 | 139;105;105 | 8B6969 | ### SAMPLE ### |
SaddleBrown | 139;69;19 | 8B4513 | ### SAMPLE ### |
SandyBrown | 244;164;96 | F4A460 | ### SAMPLE ### |
beige | 245;245;220 | F5F5DC | ### SAMPLE ### |
brown | 165;42;42 | A52A2A | ### SAMPLE ### |
brown1 | 255;64;64 | FF4040 | ### SAMPLE ### |
brown2 | 238;59;59 | EE3B3B | ### SAMPLE ### |
brown3 | 205;51;51 | CD3333 | ### SAMPLE ### |
brown4 | 139;35;35 | 8B2323 | ### SAMPLE ### |
burlywood | 222;184;135 | DEB887 | ### SAMPLE ### |
burlywood1 | 255;211;155 | FFD39B | ### SAMPLE ### |
burlywood2 | 238;197;145 | EEC591 | ### SAMPLE ### |
burlywood3 | 205;170;125 | CDAA7D | ### SAMPLE ### |
burlywood4 | 139;115;85 | 8B7355 | ### SAMPLE ### |
chocolate | 210;105;30 | D2691E | ### SAMPLE ### |
chocolate1 | 255;127;36 | FF7F24 | ### SAMPLE ### |
chocolate2 | 238;118;33 | EE7621 | ### SAMPLE ### |
chocolate3 | 205;102;29 | CD661D | ### SAMPLE ### |
chocolate4 | 139;69;19 | 8B4513 | ### SAMPLE ### |
peru | 205;133;63 | CD853F | ### SAMPLE ### |
tan | 210;180;140 | D2B48C | ### SAMPLE ### |
tan1 | 255;165;79 | FFA54F | ### SAMPLE ### |
tan2 | 238;154;73 | EE9A49 | ### SAMPLE ### |
tan3 | 205;133;63 | CD853F | ### SAMPLE ### |
tan4 | 139;90;43 | 8B5A2B | ### (c) 1999 walsh@njit.edu ### |
[Click for top]
Shades of Green |
Color Name | R/G/B | Hex | BG/FG color sample |
DarkGreen | 0;100;0 | 006400 | ### SAMPLE ### |
DarkKhaki | 189;183;107 | BDB76B | ### SAMPLE ### |
DarkOliveGreen | 85;107;47 | 556B2F | ### SAMPLE ### |
DarkOliveGreen1 | 202;255;112 | CAFF70 | ### SAMPLE ### |
DarkOliveGreen2 | 188;238;104 | BCEE68 | ### SAMPLE ### |
DarkOliveGreen3 | 162;205;90 | A2CD5A | ### SAMPLE ### |
DarkOliveGreen4 | 110;139;61 | 6E8B3D | ### SAMPLE ### |
DarkSeaGreen | 143;188;143 | 8FBC8F | ### SAMPLE ### |
DarkSeaGreen1 | 193;255;193 | C1FFC1 | ### SAMPLE ### |
DarkSeaGreen2 | 180;238;180 | B4EEB4 | ### SAMPLE ### |
DarkSeaGreen3 | 155;205;155 | 9BCD9B | ### SAMPLE ### |
DarkSeaGreen4 | 105;139;105 | 698B69 | ### SAMPLE ### |
ForestGreen | 34;139;34 | 228B22 | ### SAMPLE ### |
GreenYellow | 173;255;47 | ADFF2F | ### SAMPLE ### |
LawnGreen | 124;252;0 | 7CFC00 | ### SAMPLE ### |
LightSeaGreen | 32;178;170 | 20B2AA | ### SAMPLE ### |
LimeGreen | 50;205;50 | 32CD32 | ### SAMPLE ### |
MediumSeaGreen | 60;179;113 | 3CB371 | ### SAMPLE ### |
MediumSpringGreen | 0;250;154 | 00FA9A | ### SAMPLE ### |
MintCream | 245;255;250 | F5FFFA | ### SAMPLE ### |
OliveDrab | 107;142;35 | 6B8E23 | ### SAMPLE ### |
OliveDrab1 | 192;255;62 | C0FF3E | ### SAMPLE ### |
OliveDrab2 | 179;238;58 | B3EE3A | ### SAMPLE ### |
OliveDrab3 | 154;205;50 | 9ACD32 | ### SAMPLE ### |
OliveDrab4 | 105;139;34 | 698B22 | ### SAMPLE ### |
PaleGreen | 152;251;152 | 98FB98 | ### SAMPLE ### |
PaleGreen1 | 154;255;154 | 9AFF9A | ### SAMPLE ### |
PaleGreen2 | 144;238;144 | 90EE90 | ### SAMPLE ### |
PaleGreen3 | 124;205;124 | 7CCD7C | ### SAMPLE ### |
PaleGreen4 | 84;139;84 | 548B54 | ### SAMPLE ### |
SeaGreen | 46;139;87 | 2E8B57 | ### SAMPLE ### |
SeaGreen1 | 84;255;159 | 54FF9F | ### SAMPLE ### |
SeaGreen2 | 78;238;148 | 4EEE94 | ### SAMPLE ### |
SeaGreen3 | 67;205;128 | 43CD80 | ### SAMPLE ### |
SeaGreen4 | 46;139;87 | 2E8B57 | ### SAMPLE ### |
SpringGreen | 0;255;127 | 00FF7F | ### SAMPLE ### |
SpringGreen1 | 0;255;127 | 00FF7F | ### SAMPLE ### |
SpringGreen2 | 0;238;118 | 00EE76 | ### SAMPLE ### |
SpringGreen3 | 0;205;102 | 00CD66 | ### SAMPLE ### |
SpringGreen4 | 0;139;69 | 008B45 | ### SAMPLE ### |
YellowGreen | 154;205;50 | 9ACD32 | ### SAMPLE ### |
chartreuse | 127;255;0 | 7FFF00 | ### SAMPLE ### |
chartreuse1 | 127;255;0 | 7FFF00 | ### SAMPLE ### |
chartreuse2 | 118;238;0 | 76EE00 | ### SAMPLE ### |
chartreuse3 | 102;205;0 | 66CD00 | ### SAMPLE ### |
chartreuse4 | 69;139;0 | 458B00 | ### SAMPLE ### |
green | 0;255;0 | 00FF00 | ### SAMPLE ### |
green1 | 0;255;0 | 00FF00 | ### SAMPLE ### |
green2 | 0;238;0 | 00EE00 | ### SAMPLE ### |
green3 | 0;205;0 | 00CD00 | ### SAMPLE ### |
green4 | 0;139;0 | 008B00 | ### SAMPLE ### |
khaki | 240;230;140 | F0E68C | ### SAMPLE ### |
khaki1 | 255;246;143 | FFF68F | ### SAMPLE ### |
khaki2 | 238;230;133 | EEE685 | ### SAMPLE ### |
khaki3 | 205;198;115 | CDC673 | ### SAMPLE ### |
khaki4 | 139;134;78 | 8B864E | ### SAMPLE ### |
[Click for top]
Shades of Orange |
Color Name | R/G/B | Hex | BG/FG color sample |
DarkOrange | 255;140;0 | FF8C00 | ### SAMPLE ### |
DarkOrange1 | 255;127;0 | FF7F00 | ### SAMPLE ### |
DarkOrange2 | 238;118;0 | EE7600 | ### SAMPLE ### |
DarkOrange3 | 205;102;0 | CD6600 | ### SAMPLE ### |
DarkOrange4 | 139;69;0 | 8B4500 | ### SAMPLE ### |
DarkSalmon | 233;150;122 | E9967A | ### SAMPLE ### |
LightCoral | 240;128;128 | F08080 | ### SAMPLE ### |
LightSalmon | 255;160;122 | FFA07A | ### SAMPLE ### |
LightSalmon1 | 255;160;122 | FFA07A | ### SAMPLE ### |
LightSalmon2 | 238;149;114 | EE9572 | ### SAMPLE ### |
LightSalmon3 | 205;129;98 | CD8162 | ### SAMPLE ### |
LightSalmon4 | 139;87;66 | 8B5742 | ### SAMPLE ### |
PeachPuff | 255;218;185 | FFDAB9 | ### SAMPLE ### |
PeachPuff1 | 255;218;185 | FFDAB9 | ### SAMPLE ### |
PeachPuff2 | 238;203;173 | EECBAD | ### SAMPLE ### |
PeachPuff3 | 205;175;149 | CDAF95 | ### SAMPLE ### |
PeachPuff4 | 139;119;101 | 8B7765 | ### SAMPLE ### |
bisque | 255;228;196 | FFE4C4 | ### SAMPLE ### |
bisque1 | 255;228;196 | FFE4C4 | ### SAMPLE ### |
bisque2 | 238;213;183 | EED5B7 | ### SAMPLE ### |
bisque3 | 205;183;158 | CDB79E | ### SAMPLE ### |
bisque4 | 139;125;107 | 8B7D6B | ### SAMPLE ### |
coral | 255;127;80 | FF7F50 | ### SAMPLE ### |
coral1 | 255;114;86 | FF7256 | ### SAMPLE ### |
coral2 | 238;106;80 | EE6A50 | ### SAMPLE ### |
coral3 | 205;91;69 | CD5B45 | ### SAMPLE ### |
coral4 | 139;62;47 | 8B3E2F | ### SAMPLE ### |
honeydew | 240;255;240 | F0FFF0 | ### SAMPLE ### |
honeydew1 | 240;255;240 | F0FFF0 | ### SAMPLE ### |
honeydew2 | 224;238;224 | E0EEE0 | ### SAMPLE ### |
honeydew3 | 193;205;193 | C1CDC1 | ### SAMPLE ### |
honeydew4 | 131;139;131 | 838B83 | ### SAMPLE ### |
orange | 255;165;0 | FFA500 | ### SAMPLE ### |
orange1 | 255;165;0 | FFA500 | ### SAMPLE ### |
orange2 | 238;154;0 | EE9A00 | ### SAMPLE ### |
orange3 | 205;133;0 | CD8500 | ### SAMPLE ### |
orange4 | 139;90;0 | 8B5A00 | ### SAMPLE ### |
salmon | 250;128;114 | FA8072 | ### SAMPLE ### |
salmon1 | 255;140;105 | FF8C69 | ### SAMPLE ### |
salmon2 | 238;130;98 | EE8262 | ### SAMPLE ### |
salmon3 | 205;112;84 | CD7054 | ### SAMPLE ### |
salmon4 | 139;76;57 | 8B4C39 | ### SAMPLE ### |
sienna | 160;82;45 | A0522D | ### SAMPLE ### |
sienna1 | 255;130;71 | FF8247 | ### SAMPLE ### |
sienna2 | 238;121;66 | EE7942 | ### SAMPLE ### |
sienna3 | 205;104;57 | CD6839 | ### SAMPLE ### |
sienna4 | 139;71;38 | 8B4726 | ### SAMPLE ### |
[Click for top]
Shades of Red |
Color Name | R/G/B | Hex | BG/FG color sample |
DeepPink | 255;20;147 | FF1493 | ### SAMPLE ### |
DeepPink1 | 255;20;147 | FF1493 | ### SAMPLE ### |
DeepPink2 | 238;18;137 | EE1289 | ### SAMPLE ### |
DeepPink3 | 205;16;118 | CD1076 | ### SAMPLE ### |
DeepPink4 | 139;10;80 | 8B0A50 | ### SAMPLE ### |
HotPink | 255;105;180 | FF69B4 | ### SAMPLE ### |
HotPink1 | 255;110;180 | FF6EB4 | ### SAMPLE ### |
HotPink2 | 238;106;167 | EE6AA7 | ### SAMPLE ### |
HotPink3 | 205;96;144 | CD6090 | ### SAMPLE ### |
HotPink4 | 139;58;98 | 8B3A62 | ### SAMPLE ### |
IndianRed | 205;92;92 | CD5C5C | ### SAMPLE ### |
IndianRed1 | 255;106;106 | FF6A6A | ### SAMPLE ### |
IndianRed2 | 238;99;99 | EE6363 | ### SAMPLE ### |
IndianRed3 | 205;85;85 | CD5555 | ### SAMPLE ### |
IndianRed4 | 139;58;58 | 8B3A3A | ### SAMPLE ### |
LightPink | 255;182;193 | FFB6C1 | ### SAMPLE ### |
LightPink1 | 255;174;185 | FFAEB9 | ### SAMPLE ### |
LightPink2 | 238;162;173 | EEA2AD | ### SAMPLE ### |
LightPink3 | 205;140;149 | CD8C95 | ### SAMPLE ### |
LightPink4 | 139;95;101 | 8B5F65 | ### SAMPLE ### |
MediumVioletRed | 199;21;133 | C71585 | ### SAMPLE ### |
MistyRose | 255;228;225 | FFE4E1 | ### SAMPLE ### |
MistyRose1 | 255;228;225 | FFE4E1 | ### SAMPLE ### |
MistyRose2 | 238;213;210 | EED5D2 | ### SAMPLE ### |
MistyRose3 | 205;183;181 | CDB7B5 | ### SAMPLE ### |
MistyRose4 | 139;125;123 | 8B7D7B | ### SAMPLE ### |
OrangeRed | 255;69;0 | FF4500 | ### SAMPLE ### |
OrangeRed1 | 255;69;0 | FF4500 | ### SAMPLE ### |
OrangeRed2 | 238;64;0 | EE4000 | ### SAMPLE ### |
OrangeRed3 | 205;55;0 | CD3700 | ### SAMPLE ### |
OrangeRed4 | 139;37;0 | 8B2500 | ### SAMPLE ### |
PaleVioletRed | 219;112;147 | DB7093 | ### SAMPLE ### |
PaleVioletRed1 | 255;130;171 | FF82AB | ### SAMPLE ### |
PaleVioletRed2 | 238;121;159 | EE799F | ### SAMPLE ### |
PaleVioletRed3 | 205;104;137 | CD6889 | ### SAMPLE ### |
PaleVioletRed4 | 139;71;93 | 8B475D | ### SAMPLE ### |
VioletRed | 208;32;144 | D02090 | ### SAMPLE ### |
VioletRed1 | 255;62;150 | FF3E96 | ### SAMPLE ### |
VioletRed2 | 238;58;140 | EE3A8C | ### SAMPLE ### |
VioletRed3 | 205;50;120 | CD3278 | ### SAMPLE ### |
VioletRed4 | 139;34;82 | 8B2252 | ### SAMPLE ### |
firebrick | 178;34;34 | B22222 | ### SAMPLE ### |
firebrick1 | 255;48;48 | FF3030 | ### SAMPLE ### |
firebrick2 | 238;44;44 | EE2C2C | ### SAMPLE ### |
firebrick3 | 205;38;38 | CD2626 | ### SAMPLE ### |
firebrick4 | 139;26;26 | 8B1A1A | ### SAMPLE ### |
pink | 255;192;203 | FFC0CB | ### SAMPLE ### |
pink1 | 255;181;197 | FFB5C5 | ### SAMPLE ### |
pink2 | 238;169;184 | EEA9B8 | ### SAMPLE ### |
pink3 | 205;145;158 | CD919E | ### SAMPLE ### |
pink4 | 139;99;108 | 8B636C | ### SAMPLE ### |
red | 255;0;0 | FF0000 | ### SAMPLE ### |
red1 | 255;0;0 | FF0000 | ### SAMPLE ### |
red2 | 238;0;0 | EE0000 | ### SAMPLE ### |
red3 | 205;0;0 | CD0000 | ### SAMPLE ### |
red4 | 139;0;0 | 8B0000 | ### SAMPLE ### |
tomato | 255;99;71 | FF6347 | ### SAMPLE ### |
tomato1 | 255;99;71 | FF6347 | ### SAMPLE ### |
tomato2 | 238;92;66 | EE5C42 | ### SAMPLE ### |
tomato3 | 205;79;57 | CD4F39 | ### SAMPLE ### |
tomato4 | 139;54;38 | 8B3626 | ### SAMPLE ### |
[Click for top]
Shades of Violet |
Color Name | R/G/B | Hex | BG/FG color sample |
DarkOrchid | 153;50;204 | 9932CC | ### SAMPLE ### |
DarkOrchid1 | 191;62;255 | BF3EFF | ### SAMPLE ### |
DarkOrchid2 | 178;58;238 | B23AEE | ### SAMPLE ### |
DarkOrchid3 | 154;50;205 | 9A32CD | ### SAMPLE ### |
DarkOrchid4 | 104;34;139 | 68228B | ### SAMPLE ### |
DarkViolet | 148;0;211 | 9400D3 | ### SAMPLE ### |
LavenderBlush | 255;240;245 | FFF0F5 | ### SAMPLE ### |
LavenderBlush1 | 255;240;245 | FFF0F5 | ### SAMPLE ### |
LavenderBlush2 | 238;224;229 | EEE0E5 | ### SAMPLE ### |
LavenderBlush3 | 205;193;197 | CDC1C5 | ### SAMPLE ### |
LavenderBlush4 | 139;131;134 | 8B8386 | ### SAMPLE ### |
MediumOrchid | 186;85;211 | BA55D3 | ### SAMPLE ### |
MediumOrchid1 | 224;102;255 | E066FF | ### SAMPLE ### |
MediumOrchid2 | 209;95;238 | D15FEE | ### SAMPLE ### |
MediumOrchid3 | 180;82;205 | B452CD | ### SAMPLE ### |
MediumOrchid4 | 122;55;139 | 7A378B | ### SAMPLE ### |
MediumPurple | 147;112;219 | 9370DB | ### SAMPLE ### |
MediumPurple1 | 171;130;255 | AB82FF | ### SAMPLE ### |
MediumPurple2 | 159;121;238 | 9F79EE | ### SAMPLE ### |
MediumPurple3 | 137;104;205 | 8968CD | ### SAMPLE ### |
MediumPurple4 | 93;71;139 | 5D478B | ### SAMPLE ### |
lavender | 230;230;250 | E6E6FA | ### SAMPLE ### |
magenta | 255;0;255 | FF00FF | ### SAMPLE ### |
magenta1 | 255;0;255 | FF00FF | ### SAMPLE ### |
magenta2 | 238;0;238 | EE00EE | ### SAMPLE ### |
magenta3 | 205;0;205 | CD00CD | ### SAMPLE ### |
magenta4 | 139;0;139 | 8B008B | ### SAMPLE ### |
maroon | 176;48;96 | B03060 | ### SAMPLE ### |
maroon1 | 255;52;179 | FF34B3 | ### SAMPLE ### |
maroon2 | 238;48;167 | EE30A7 | ### SAMPLE ### |
maroon3 | 205;41;144 | CD2990 | ### SAMPLE ### |
maroon4 | 139;28;98 | 8B1C62 | ### SAMPLE ### |
orchid | 218;112;214 | DA70D6 | ### SAMPLE ### |
orchid1 | 255;131;250 | FF83FA | ### SAMPLE ### |
orchid2 | 238;122;233 | EE7AE9 | ### SAMPLE ### |
orchid3 | 205;105;201 | CD69C9 | ### SAMPLE ### |
orchid4 | 139;71;137 | 8B4789 | ### SAMPLE ### |
plum | 221;160;221 | DDA0DD | ### SAMPLE ### |
plum1 | 255;187;255 | FFBBFF | ### SAMPLE ### |
plum2 | 238;174;238 | EEAEEE | ### SAMPLE ### |
plum3 | 205;150;205 | CD96CD | ### SAMPLE ### |
plum4 | 139;102;139 | 8B668B | ### SAMPLE ### |
purple | 160;32;240 | A020F0 | ### SAMPLE ### |
purple1 | 155;48;255 | 9B30FF | ### SAMPLE ### |
purple2 | 145;44;238 | 912CEE | ### SAMPLE ### |
purple3 | 125;38;205 | 7D26CD | ### SAMPLE ### |
purple4 | 85;26;139 | 551A8B | ### SAMPLE ### |
thistle | 216;191;216 | D8BFD8 | ### SAMPLE ### |
thistle1 | 255;225;255 | FFE1FF | ### SAMPLE ### |
thistle2 | 238;210;238 | EED2EE | ### SAMPLE ### |
thistle3 | 205;181;205 | CDB5CD | ### SAMPLE ### |
thistle4 | 139;123;139 | 8B7B8B | ### SAMPLE ### |
violet | 238;130;238 | EE82EE | ### SAMPLE ### |
[Click for top]
Shades of White |
Color Name | R/G/B | Hex | BG/FG color sample |
AntiqueWhite | 250;235;215 | FAEBD7 | ### SAMPLE ### |
AntiqueWhite1 | 255;239;219 | FFEFDB | ### SAMPLE ### |
AntiqueWhite2 | 238;223;204 | EEDFCC | ### SAMPLE ### |
AntiqueWhite3 | 205;192;176 | CDC0B0 | ### SAMPLE ### |
AntiqueWhite4 | 139;131;120 | 8B8378 | ### SAMPLE ### |
FloralWhite | 255;250;240 | FFFAF0 | ### SAMPLE ### |
GhostWhite | 248;248;255 | F8F8FF | ### SAMPLE ### |
NavajoWhite | 255;222;173 | FFDEAD | ### SAMPLE ### |
NavajoWhite1 | 255;222;173 | FFDEAD | ### SAMPLE ### |
NavajoWhite2 | 238;207;161 | EECFA1 | ### SAMPLE ### |
NavajoWhite3 | 205;179;139 | CDB38B | ### SAMPLE ### |
NavajoWhite4 | 139;121;94 | 8B795E | ### SAMPLE ### |
OldLace | 253;245;230 | FDF5E6 | ### SAMPLE ### |
WhiteSmoke | 245;245;245 | F5F5F5 | ### SAMPLE ### |
gainsboro | 220;220;220 | DCDCDC | ### SAMPLE ### |
ivory | 255;255;240 | FFFFF0 | ### SAMPLE ### |
ivory1 | 255;255;240 | FFFFF0 | ### SAMPLE ### |
ivory2 | 238;238;224 | EEEEE0 | ### SAMPLE ### |
ivory3 | 205;205;193 | CDCDC1 | ### SAMPLE ### |
ivory4 | 139;139;131 | 8B8B83 | ### SAMPLE ### |
linen | 250;240;230 | FAF0E6 | ### SAMPLE ### |
seashell | 255;245;238 | FFF5EE | ### SAMPLE ### |
seashell1 | 255;245;238 | FFF5EE | ### SAMPLE ### |
seashell2 | 238;229;222 | EEE5DE | ### SAMPLE ### |
seashell3 | 205;197;191 | CDC5BF | ### SAMPLE ### |
seashell4 | 139;134;130 | 8B8682 | ### SAMPLE ### |
snow | 255;250;250 | FFFAFA | ### SAMPLE ### |
snow1 | 255;250;250 | FFFAFA | ### SAMPLE ### |
snow2 | 238;233;233 | EEE9E9 | ### SAMPLE ### |
snow3 | 205;201;201 | CDC9C9 | ### SAMPLE ### |
snow4 | 139;137;137 | 8B8989 | ### SAMPLE ### |
wheat | 245;222;179 | F5DEB3 | ### SAMPLE ### |
wheat1 | 255;231;186 | FFE7BA | ### SAMPLE ### |
wheat2 | 238;216;174 | EED8AE | ### SAMPLE ### |
wheat3 | 205;186;150 | CDBA96 | ### SAMPLE ### |
wheat4 | 139;126;102 | 8B7E66 | ### SAMPLE ### |
white | 255;255;255 | FFFFFF | ### SAMPLE ### |
[Click for top]
Shades of Yellow |
Color Name | R/G/B | Hex | BG/FG color sample |
BlanchedAlmond | 255;235;205 | FFEBCD | ### SAMPLE ### |
DarkGoldenrod | 184;134;11 | B8860B | ### SAMPLE ### |
DarkGoldenrod1 | 255;185;15 | FFB90F | ### SAMPLE ### |
DarkGoldenrod2 | 238;173;14 | EEAD0E | ### SAMPLE ### |
DarkGoldenrod3 | 205;149;12 | CD950C | ### SAMPLE ### |
DarkGoldenrod4 | 139;101;8 | 8B6508 | ### SAMPLE ### |
LemonChiffon | 255;250;205 | FFFACD | ### SAMPLE ### |
LemonChiffon1 | 255;250;205 | FFFACD | ### SAMPLE ### |
LemonChiffon2 | 238;233;191 | EEE9BF | ### SAMPLE ### |
LemonChiffon3 | 205;201;165 | CDC9A5 | ### SAMPLE ### |
LemonChiffon4 | 139;137;112 | 8B8970 | ### SAMPLE ### |
LightGoldenrod | 238;221;130 | EEDD82 | ### SAMPLE ### |
LightGoldenrod1 | 255;236;139 | FFEC8B | ### SAMPLE ### |
LightGoldenrod2 | 238;220;130 | EEDC82 | ### SAMPLE ### |
LightGoldenrod3 | 205;190;112 | CDBE70 | ### SAMPLE ### |
LightGoldenrod4 | 139;129;76 | 8B814C | ### SAMPLE ### |
LightGoldenrodYellow | 250;250;210 | FAFAD2 | ### SAMPLE ### |
LightYellow | 255;255;224 | FFFFE0 | ### SAMPLE ### |
LightYellow1 | 255;255;224 | FFFFE0 | ### SAMPLE ### |
LightYellow2 | 238;238;209 | EEEED1 | ### SAMPLE ### |
LightYellow3 | 205;205;180 | CDCDB4 | ### SAMPLE ### |
LightYellow4 | 139;139;122 | 8B8B7A | ### SAMPLE ### |
PaleGoldenrod | 238;232;170 | EEE8AA | ### SAMPLE ### |
PapayaWhip | 255;239;213 | FFEFD5 | ### SAMPLE ### |
cornsilk | 255;248;220 | FFF8DC | ### SAMPLE ### |
cornsilk1 | 255;248;220 | FFF8DC | ### SAMPLE ### |
cornsilk2 | 238;232;205 | EEE8CD | ### SAMPLE ### |
cornsilk3 | 205;200;177 | CDC8B1 | ### SAMPLE ### |
cornsilk4 | 139;136;120 | 8B8878 | ### SAMPLE ### |
gold | 255;215;0 | FFD700 | ### SAMPLE ### |
gold1 | 255;215;0 | FFD700 | ### SAMPLE ### |
gold2 | 238;201;0 | EEC900 | ### SAMPLE ### |
gold3 | 205;173;0 | CDAD00 | ### SAMPLE ### |
gold4 | 139;117;0 | 8B7500 | ### SAMPLE ### |
goldenrod | 218;165;32 | DAA520 | ### SAMPLE ### |
goldenrod1 | 255;193;37 | FFC125 | ### SAMPLE ### |
goldenrod2 | 238;180;34 | EEB422 | ### SAMPLE ### |
goldenrod3 | 205;155;29 | CD9B1D | ### SAMPLE ### |
goldenrod4 | 139;105;20 | 8B6914 | ### SAMPLE ### |
moccasin | 255;228;181 | FFE4B5 | ### SAMPLE ### |
yellow | 255;255;0 | FFFF00 | ### SAMPLE ### |
yellow1 | 255;255;0 | FFFF00 | ### SAMPLE ### |
yellow2 | 238;238;0 | EEEE00 | ### SAMPLE ### |
yellow3 | 205;205;0 | CDCD00 | ### SAMPLE ### |
yellow4 | 139;139;0 | 8B8B00 | ### SAMPLE ### |
Revision Changes :
- Version:
- 1.00
- Author:
- Chris Lukassen
-
Constructor Summary |
Col()
default constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
black
public static final Color black
grey
public static final Color grey
DimGrey
public static final Color DimGrey
LightGray
public static final Color LightGray
LightSlateGrey
public static final Color LightSlateGrey
SlateGray
public static final Color SlateGray
SlateGray1
public static final Color SlateGray1
SlateGray2
public static final Color SlateGray2
SlateGray3
public static final Color SlateGray3
SlateGray4
public static final Color SlateGray4
SlateGrey
public static final Color SlateGrey
grey0
public static final Color grey0
grey1
public static final Color grey1
grey2
public static final Color grey2
grey3
public static final Color grey3
grey4
public static final Color grey4
grey5
public static final Color grey5
grey6
public static final Color grey6
grey7
public static final Color grey7
grey8
public static final Color grey8
grey9
public static final Color grey9
grey10
public static final Color grey10
grey11
public static final Color grey11
grey12
public static final Color grey12
grey13
public static final Color grey13
grey14
public static final Color grey14
grey15
public static final Color grey15
grey16
public static final Color grey16
grey17
public static final Color grey17
grey18
public static final Color grey18
grey19
public static final Color grey19
grey20
public static final Color grey20
grey21
public static final Color grey21
grey22
public static final Color grey22
grey23
public static final Color grey23
grey24
public static final Color grey24
grey25
public static final Color grey25
grey26
public static final Color grey26
grey27
public static final Color grey27
grey28
public static final Color grey28
grey29
public static final Color grey29
grey30
public static final Color grey30
grey31
public static final Color grey31
grey32
public static final Color grey32
grey33
public static final Color grey33
grey34
public static final Color grey34
grey35
public static final Color grey35
grey36
public static final Color grey36
grey37
public static final Color grey37
grey38
public static final Color grey38
grey39
public static final Color grey39
grey40
public static final Color grey40
grey41
public static final Color grey41
grey42
public static final Color grey42
grey43
public static final Color grey43
grey44
public static final Color grey44
grey45
public static final Color grey45
grey46
public static final Color grey46
grey47
public static final Color grey47
grey48
public static final Color grey48
grey49
public static final Color grey49
grey50
public static final Color grey50
grey51
public static final Color grey51
grey52
public static final Color grey52
grey53
public static final Color grey53
grey54
public static final Color grey54
grey55
public static final Color grey55
grey56
public static final Color grey56
grey57
public static final Color grey57
grey58
public static final Color grey58
grey59
public static final Color grey59
grey60
public static final Color grey60
grey61
public static final Color grey61
grey62
public static final Color grey62
grey63
public static final Color grey63
grey64
public static final Color grey64
grey65
public static final Color grey65
grey66
public static final Color grey66
grey67
public static final Color grey67
grey68
public static final Color grey68
grey69
public static final Color grey69
grey70
public static final Color grey70
grey71
public static final Color grey71
grey72
public static final Color grey72
grey73
public static final Color grey73
grey74
public static final Color grey74
grey75
public static final Color grey75
grey76
public static final Color grey76
grey77
public static final Color grey77
grey78
public static final Color grey78
grey79
public static final Color grey79
grey80
public static final Color grey80
grey81
public static final Color grey81
grey82
public static final Color grey82
grey83
public static final Color grey83
grey84
public static final Color grey84
grey85
public static final Color grey85
grey86
public static final Color grey86
grey87
public static final Color grey87
grey88
public static final Color grey88
grey89
public static final Color grey89
grey90
public static final Color grey90
grey91
public static final Color grey91
grey92
public static final Color grey92
grey93
public static final Color grey93
grey94
public static final Color grey94
grey95
public static final Color grey95
grey96
public static final Color grey96
grey97
public static final Color grey97
grey98
public static final Color grey98
grey99
public static final Color grey99
grey100
public static final Color grey100
AliceBlue
public static final Color AliceBlue
BlueViolet
public static final Color BlueViolet
CadetBlue
public static final Color CadetBlue
CadetBlue1
public static final Color CadetBlue1
CadetBlue2
public static final Color CadetBlue2
CadetBlue3
public static final Color CadetBlue3
CadetBlue4
public static final Color CadetBlue4
CornflowerBlue
public static final Color CornflowerBlue
DarkSlateBlue
public static final Color DarkSlateBlue
DarkTurquoise
public static final Color DarkTurquoise
DeepSkyBlue
public static final Color DeepSkyBlue
DeepSkyBlue1
public static final Color DeepSkyBlue1
DeepSkyBlue2
public static final Color DeepSkyBlue2
DeepSkyBlue3
public static final Color DeepSkyBlue3
DeepSkyBlue4
public static final Color DeepSkyBlue4
DodgerBlue
public static final Color DodgerBlue
DodgerBlue1
public static final Color DodgerBlue1
DodgerBlue2
public static final Color DodgerBlue2
DodgerBlue3
public static final Color DodgerBlue3
DodgerBlue4
public static final Color DodgerBlue4
LightBlue
public static final Color LightBlue
LightBlue1
public static final Color LightBlue1
LightBlue2
public static final Color LightBlue2
LightBlue3
public static final Color LightBlue3
LightBlue4
public static final Color LightBlue4
LightCyan
public static final Color LightCyan
LightCyan1
public static final Color LightCyan1
LightCyan2
public static final Color LightCyan2
LightCyan3
public static final Color LightCyan3
LightCyan4
public static final Color LightCyan4
LightSkyBlue
public static final Color LightSkyBlue
LightSkyBlue1
public static final Color LightSkyBlue1
LightSkyBlue2
public static final Color LightSkyBlue2
LightSkyBlue3
public static final Color LightSkyBlue3
LightSkyBlue4
public static final Color LightSkyBlue4
LightSlateBlue
public static final Color LightSlateBlue
LightSteelBlue
public static final Color LightSteelBlue
LightSteelBlue1
public static final Color LightSteelBlue1
LightSteelBlue2
public static final Color LightSteelBlue2
LightSteelBlue3
public static final Color LightSteelBlue3
LightSteelBlue4
public static final Color LightSteelBlue4
MediumAquamarine
public static final Color MediumAquamarine
MediumBlue
public static final Color MediumBlue
MediumSlateBlue
public static final Color MediumSlateBlue
MediumTurquoise
public static final Color MediumTurquoise
MidnightBlue
public static final Color MidnightBlue
NavyBlue
public static final Color NavyBlue
PaleTurquoise
public static final Color PaleTurquoise
PaleTurquoise1
public static final Color PaleTurquoise1
PaleTurquoise2
public static final Color PaleTurquoise2
PaleTurquoise3
public static final Color PaleTurquoise3
PaleTurquoise4
public static final Color PaleTurquoise4
PowderBlue
public static final Color PowderBlue
RoyalBlue
public static final Color RoyalBlue
RoyalBlue1
public static final Color RoyalBlue1
RoyalBlue2
public static final Color RoyalBlue2
RoyalBlue3
public static final Color RoyalBlue3
RoyalBlue4
public static final Color RoyalBlue4
RoyalBlue5
public static final Color RoyalBlue5
SkyBlue
public static final Color SkyBlue
SkyBlue1
public static final Color SkyBlue1
SkyBlue2
public static final Color SkyBlue2
SkyBlue3
public static final Color SkyBlue3
SkyBlue4
public static final Color SkyBlue4
SlateBlue
public static final Color SlateBlue
SlateBlue1
public static final Color SlateBlue1
SlateBlue2
public static final Color SlateBlue2
SlateBlue3
public static final Color SlateBlue3
SlateBlue4
public static final Color SlateBlue4
SteelBlue
public static final Color SteelBlue
SteelBlue1
public static final Color SteelBlue1
SteelBlue2
public static final Color SteelBlue2
SteelBlue3
public static final Color SteelBlue3
SteelBlue4
public static final Color SteelBlue4
aquamarine
public static final Color aquamarine
aquamarine1
public static final Color aquamarine1
aquamarine2
public static final Color aquamarine2
aquamarine3
public static final Color aquamarine3
aquamarine4
public static final Color aquamarine4
azure
public static final Color azure
azure1
public static final Color azure1
azure2
public static final Color azure2
azure3
public static final Color azure3
azure4
public static final Color azure4
blue
public static final Color blue
blue1
public static final Color blue1
blue2
public static final Color blue2
blue3
public static final Color blue3
blue4
public static final Color blue4
cyan
public static final Color cyan
cyan1
public static final Color cyan1
cyan2
public static final Color cyan2
cyan3
public static final Color cyan3
cyan4
public static final Color cyan4
navy
public static final Color navy
turquoise
public static final Color turquoise
turquoise1
public static final Color turquoise1
turquoise2
public static final Color turquoise2
turquoise3
public static final Color turquoise3
turquoise4
public static final Color turquoise4
DarkSlateGray
public static final Color DarkSlateGray
DarkSlateGray1
public static final Color DarkSlateGray1
DarkSlateGray2
public static final Color DarkSlateGray2
DarkSlateGray3
public static final Color DarkSlateGray3
DarkSlateGray4
public static final Color DarkSlateGray4
RosyBrown
public static final Color RosyBrown
RosyBrown1
public static final Color RosyBrown1
RosyBrown2
public static final Color RosyBrown2
RosyBrown3
public static final Color RosyBrown3
RosyBrown4
public static final Color RosyBrown4
SaddleBrown
public static final Color SaddleBrown
SandyBrown
public static final Color SandyBrown
beige
public static final Color beige
brown
public static final Color brown
brown1
public static final Color brown1
brown2
public static final Color brown2
brown3
public static final Color brown3
brown4
public static final Color brown4
burlywood
public static final Color burlywood
burlywood1
public static final Color burlywood1
burlywood2
public static final Color burlywood2
burlywood3
public static final Color burlywood3
burlywood4
public static final Color burlywood4
chocolate
public static final Color chocolate
chocolate1
public static final Color chocolate1
chocolate2
public static final Color chocolate2
chocolate3
public static final Color chocolate3
chocolate4
public static final Color chocolate4
peru
public static final Color peru
tan
public static final Color tan
tan1
public static final Color tan1
tan2
public static final Color tan2
tan3
public static final Color tan3
tan4
public static final Color tan4
DarkGreen
public static final Color DarkGreen
DarkKhaki
public static final Color DarkKhaki
DarkOliveGreen
public static final Color DarkOliveGreen
DarkOliveGreen1
public static final Color DarkOliveGreen1
DarkOliveGreen2
public static final Color DarkOliveGreen2
DarkOliveGreen3
public static final Color DarkOliveGreen3
DarkOliveGreen4
public static final Color DarkOliveGreen4
DarkSeaGreen
public static final Color DarkSeaGreen
DarkSeaGreen1
public static final Color DarkSeaGreen1
DarkSeaGreen2
public static final Color DarkSeaGreen2
DarkSeaGreen3
public static final Color DarkSeaGreen3
DarkSeaGreen4
public static final Color DarkSeaGreen4
ForestGreen
public static final Color ForestGreen
GreenYellow
public static final Color GreenYellow
LawnGreen
public static final Color LawnGreen
LightSeaGreen
public static final Color LightSeaGreen
LimeGreen
public static final Color LimeGreen
MediumSeaGreen
public static final Color MediumSeaGreen
MediumSpringGreen
public static final Color MediumSpringGreen
MintCream
public static final Color MintCream
OliveDrab
public static final Color OliveDrab
OliveDrab1
public static final Color OliveDrab1
OliveDrab2
public static final Color OliveDrab2
OliveDrab3
public static final Color OliveDrab3
OliveDrab4
public static final Color OliveDrab4
PaleGreen
public static final Color PaleGreen
PaleGreen1
public static final Color PaleGreen1
PaleGreen2
public static final Color PaleGreen2
PaleGreen3
public static final Color PaleGreen3
PaleGreen4
public static final Color PaleGreen4
SeaGreen
public static final Color SeaGreen
SeaGreen1
public static final Color SeaGreen1
SeaGreen2
public static final Color SeaGreen2
SeaGreen3
public static final Color SeaGreen3
SeaGreen4
public static final Color SeaGreen4
SpringGreen
public static final Color SpringGreen
SpringGreen1
public static final Color SpringGreen1
SpringGreen2
public static final Color SpringGreen2
SpringGreen3
public static final Color SpringGreen3
SpringGreen4
public static final Color SpringGreen4
YellowGreen
public static final Color YellowGreen
chartreuse
public static final Color chartreuse
chartreuse1
public static final Color chartreuse1
chartreuse2
public static final Color chartreuse2
chartreuse3
public static final Color chartreuse3
chartreuse4
public static final Color chartreuse4
green
public static final Color green
green1
public static final Color green1
green2
public static final Color green2
green3
public static final Color green3
green4
public static final Color green4
khaki
public static final Color khaki
khaki1
public static final Color khaki1
khaki2
public static final Color khaki2
khaki3
public static final Color khaki3
khaki4
public static final Color khaki4
DarkOrange
public static final Color DarkOrange
DarkOrange1
public static final Color DarkOrange1
DarkOrange2
public static final Color DarkOrange2
DarkOrange3
public static final Color DarkOrange3
DarkOrange4
public static final Color DarkOrange4
DarkSalmon
public static final Color DarkSalmon
LightCoral
public static final Color LightCoral
LightSalmon
public static final Color LightSalmon
LightSalmon1
public static final Color LightSalmon1
LightSalmon2
public static final Color LightSalmon2
LightSalmon3
public static final Color LightSalmon3
LightSalmon4
public static final Color LightSalmon4
PeachPuff
public static final Color PeachPuff
PeachPuff1
public static final Color PeachPuff1
PeachPuff2
public static final Color PeachPuff2
PeachPuff3
public static final Color PeachPuff3
PeachPuff4
public static final Color PeachPuff4
bisque
public static final Color bisque
bisque1
public static final Color bisque1
bisque2
public static final Color bisque2
bisque3
public static final Color bisque3
bisque4
public static final Color bisque4
coral
public static final Color coral
coral1
public static final Color coral1
coral2
public static final Color coral2
coral3
public static final Color coral3
coral4
public static final Color coral4
honeydew
public static final Color honeydew
honeydew1
public static final Color honeydew1
honeydew2
public static final Color honeydew2
honeydew3
public static final Color honeydew3
honeydew4
public static final Color honeydew4
orange
public static final Color orange
orange1
public static final Color orange1
orange2
public static final Color orange2
orange3
public static final Color orange3
orange4
public static final Color orange4
salmon
public static final Color salmon
salmon1
public static final Color salmon1
salmon2
public static final Color salmon2
salmon3
public static final Color salmon3
salmon4
public static final Color salmon4
sienna
public static final Color sienna
sienna1
public static final Color sienna1
sienna2
public static final Color sienna2
sienna3
public static final Color sienna3
sienna4
public static final Color sienna4
DeepPink
public static final Color DeepPink
DeepPink1
public static final Color DeepPink1
DeepPink2
public static final Color DeepPink2
DeepPink3
public static final Color DeepPink3
DeepPink4
public static final Color DeepPink4
HotPink
public static final Color HotPink
HotPink1
public static final Color HotPink1
HotPink2
public static final Color HotPink2
HotPink3
public static final Color HotPink3
HotPink4
public static final Color HotPink4
IndianRed
public static final Color IndianRed
IndianRed1
public static final Color IndianRed1
IndianRed2
public static final Color IndianRed2
IndianRed3
public static final Color IndianRed3
IndianRed4
public static final Color IndianRed4
LightPink
public static final Color LightPink
LightPink1
public static final Color LightPink1
LightPink2
public static final Color LightPink2
LightPink3
public static final Color LightPink3
LightPink4
public static final Color LightPink4
MediumVioletRed
public static final Color MediumVioletRed
MistyRose
public static final Color MistyRose
MistyRose1
public static final Color MistyRose1
MistyRose2
public static final Color MistyRose2
MistyRose3
public static final Color MistyRose3
MistyRose4
public static final Color MistyRose4
OrangeRed
public static final Color OrangeRed
OrangeRed1
public static final Color OrangeRed1
OrangeRed2
public static final Color OrangeRed2
OrangeRed3
public static final Color OrangeRed3
OrangeRed4
public static final Color OrangeRed4
PaleVioletRed
public static final Color PaleVioletRed
PaleVioletRed1
public static final Color PaleVioletRed1
PaleVioletRed2
public static final Color PaleVioletRed2
PaleVioletRed3
public static final Color PaleVioletRed3
PaleVioletRed4
public static final Color PaleVioletRed4
VioletRed
public static final Color VioletRed
VioletRed1
public static final Color VioletRed1
VioletRed2
public static final Color VioletRed2
VioletRed3
public static final Color VioletRed3
VioletRed4
public static final Color VioletRed4
firebrick
public static final Color firebrick
firebrick1
public static final Color firebrick1
firebrick2
public static final Color firebrick2
firebrick3
public static final Color firebrick3
firebrick4
public static final Color firebrick4
pink
public static final Color pink
pink1
public static final Color pink1
pink2
public static final Color pink2
pink3
public static final Color pink3
pink4
public static final Color pink4
red
public static final Color red
red1
public static final Color red1
red2
public static final Color red2
red3
public static final Color red3
red4
public static final Color red4
tomato
public static final Color tomato
tomato1
public static final Color tomato1
tomato2
public static final Color tomato2
tomato3
public static final Color tomato3
tomato4
public static final Color tomato4
DarkOrchid
public static final Color DarkOrchid
DarkOrchid1
public static final Color DarkOrchid1
DarkOrchid2
public static final Color DarkOrchid2
DarkOrchid3
public static final Color DarkOrchid3
DarkOrchid4
public static final Color DarkOrchid4
DarkViolet
public static final Color DarkViolet
LavenderBlush
public static final Color LavenderBlush
LavenderBlush1
public static final Color LavenderBlush1
LavenderBlush2
public static final Color LavenderBlush2
LavenderBlush3
public static final Color LavenderBlush3
LavenderBlush4
public static final Color LavenderBlush4
MediumOrchid
public static final Color MediumOrchid
MediumOrchid1
public static final Color MediumOrchid1
MediumOrchid2
public static final Color MediumOrchid2
MediumOrchid3
public static final Color MediumOrchid3
MediumOrchid4
public static final Color MediumOrchid4
MediumPurple
public static final Color MediumPurple
MediumPurple1
public static final Color MediumPurple1
MediumPurple2
public static final Color MediumPurple2
MediumPurple3
public static final Color MediumPurple3
MediumPurple4
public static final Color MediumPurple4
lavender
public static final Color lavender
magenta
public static final Color magenta
magenta1
public static final Color magenta1
magenta2
public static final Color magenta2
magenta3
public static final Color magenta3
magenta4
public static final Color magenta4
maroon
public static final Color maroon
maroon1
public static final Color maroon1
maroon2
public static final Color maroon2
maroon3
public static final Color maroon3
maroon4
public static final Color maroon4
orchid
public static final Color orchid
orchid1
public static final Color orchid1
orchid2
public static final Color orchid2
orchid3
public static final Color orchid3
orchid4
public static final Color orchid4
plum
public static final Color plum
plum1
public static final Color plum1
plum2
public static final Color plum2
plum3
public static final Color plum3
plum4
public static final Color plum4
purple
public static final Color purple
purple1
public static final Color purple1
purple2
public static final Color purple2
purple3
public static final Color purple3
purple4
public static final Color purple4
thistle
public static final Color thistle
thistle1
public static final Color thistle1
thistle2
public static final Color thistle2
thistle3
public static final Color thistle3
thistle4
public static final Color thistle4
violet
public static final Color violet
AntiqueWhite
public static final Color AntiqueWhite
AntiqueWhite1
public static final Color AntiqueWhite1
AntiqueWhite2
public static final Color AntiqueWhite2
AntiqueWhite3
public static final Color AntiqueWhite3
AntiqueWhite4
public static final Color AntiqueWhite4
FloralWhite
public static final Color FloralWhite
GhostWhite
public static final Color GhostWhite
NavajoWhite
public static final Color NavajoWhite
NavajoWhite1
public static final Color NavajoWhite1
NavajoWhite2
public static final Color NavajoWhite2
NavajoWhite3
public static final Color NavajoWhite3
NavajoWhite4
public static final Color NavajoWhite4
OldLace
public static final Color OldLace
WhiteSmoke
public static final Color WhiteSmoke
gainsboro
public static final Color gainsboro
ivory
public static final Color ivory
ivory1
public static final Color ivory1
ivory2
public static final Color ivory2
ivory3
public static final Color ivory3
ivory4
public static final Color ivory4
linen
public static final Color linen
seashell
public static final Color seashell
seashell1
public static final Color seashell1
seashell2
public static final Color seashell2
seashell3
public static final Color seashell3
seashell4
public static final Color seashell4
snow
public static final Color snow
snow1
public static final Color snow1
snow2
public static final Color snow2
snow3
public static final Color snow3
snow4
public static final Color snow4
wheat
public static final Color wheat
wheat1
public static final Color wheat1
wheat2
public static final Color wheat2
wheat3
public static final Color wheat3
wheat4
public static final Color wheat4
white
public static final Color white
BlanchedAlmond
public static final Color BlanchedAlmond
DarkGoldenrod
public static final Color DarkGoldenrod
DarkGoldenrod1
public static final Color DarkGoldenrod1
DarkGoldenrod2
public static final Color DarkGoldenrod2
DarkGoldenrod3
public static final Color DarkGoldenrod3
DarkGoldenrod4
public static final Color DarkGoldenrod4
LemonChiffon
public static final Color LemonChiffon
LemonChiffon1
public static final Color LemonChiffon1
LemonChiffon2
public static final Color LemonChiffon2
LemonChiffon3
public static final Color LemonChiffon3
LemonChiffon4
public static final Color LemonChiffon4
LightGoldenrod
public static final Color LightGoldenrod
LightGoldenrod1
public static final Color LightGoldenrod1
LightGoldenrod2
public static final Color LightGoldenrod2
LightGoldenrod3
public static final Color LightGoldenrod3
LightGoldenrod4
public static final Color LightGoldenrod4
LightGoldenrodYellow
public static final Color LightGoldenrodYellow
LightYellow
public static final Color LightYellow
LightYellow1
public static final Color LightYellow1
LightYellow2
public static final Color LightYellow2
LightYellow3
public static final Color LightYellow3
LightYellow4
public static final Color LightYellow4
PaleGoldenrod
public static final Color PaleGoldenrod
PapayaWhip
public static final Color PapayaWhip
cornsilk
public static final Color cornsilk
cornsilk1
public static final Color cornsilk1
cornsilk2
public static final Color cornsilk2
cornsilk3
public static final Color cornsilk3
cornsilk4
public static final Color cornsilk4
gold
public static final Color gold
gold1
public static final Color gold1
gold2
public static final Color gold2
gold3
public static final Color gold3
gold4
public static final Color gold4
goldenrod
public static final Color goldenrod
goldenrod1
public static final Color goldenrod1
goldenrod2
public static final Color goldenrod2
goldenrod3
public static final Color goldenrod3
goldenrod4
public static final Color goldenrod4
moccasin
public static final Color moccasin
yellow
public static final Color yellow
yellow1
public static final Color yellow1
yellow2
public static final Color yellow2
yellow3
public static final Color yellow3
yellow4
public static final Color yellow4
Col
public Col()
- default constructor