Shades of Fiji Green #666602
Tints of Fiji Green #666602
RGB
CMYK
RGB Variations
Color information
#666602 (or 0x666602) is known color: Fiji Green. HEX triplet: 66, 66 and 02. RGB value is (102,102,2). Sum of RGB (Red+Green+Blue) = 102+102+2=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666602 is #9999FD. Grayscale: #5B5B5B. Windows color (decimal): -10066430 or 157286. OLE color: 157286.
HSL color Cylindrical-coordinate representation of color #666602: hue angle of 60º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #666602 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.6 |
| HSL | 60º | 0.96% | 0.2% | - |
| HSV(B) | 60º | 0.98% | 0.4% | - |
| XYZ | 10.24 | 12.33 | 1.9 | - |
| YUV | 90.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 2 | 0 | 0 | 0.98 | 0.6 | 60 | 0.96 | 0.2 |
| Hex | 66 | 66 | 2 | 0 | 0 | 62 | 3C | 3C | 60 | 14 |
| Octal | 146 | 146 | 2 | 0 | 0 | 142 | 74 | 74 | 140 | 24 |
| Binary | 1100110 | 1100110 | 10 | 0 | 0 | 1100010 | 111100 | 111100 | 1100000 | 10100 |
Color Harmonies of #666602
Complementary color
Monochromatic Colors of #666602
Black with #666602
Text Example
Text Example
White with #666602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666602; }
p { color: rgb(102,102,2); }
H1.HeaderClassName
{
color: #666602;
}
.AnyTagClassName
{
color: #666602;
}
</style>
background-color css
<style>
a { background-color: #666602; }
a { background-color: rgb(102,102,2); }
div.DivClassName
{
background-color: #666602;
}
.BgClassName
{
background-color: #666602;
}
</style>
border-color css
<style>
span { border-color: #666602; }
span { border-color: rgb(102,102,2); }
td.TdClassName
{
border-color: #666602;
}
.TagClassName
{
border-color: #666602;
}
</style>