Shades of Fiji Green #666802
Tints of Fiji Green #666802
RGB
CMYK
RGB Variations
Color information
#666802 (or 0x666802) is known color: Fiji Green. HEX triplet: 66, 68 and 02. RGB value is (102,104,2). Sum of RGB (Red+Green+Blue) = 102+104+2=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #666802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666802 is #9997FD. Grayscale: #5C5C5C. Windows color (decimal): -10065918 or 157798. OLE color: 157798.
HSL color Cylindrical-coordinate representation of color #666802: hue angle of 61.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #666802 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.59 |
| HSL | 61.18º | 0.96% | 0.21% | - |
| HSV(B) | 61.18º | 0.98% | 0.41% | - |
| XYZ | 10.44 | 12.73 | 1.96 | - |
| YUV | 91.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 2 | 0.02 | 0 | 0.98 | 0.59 | 61.18 | 0.96 | 0.21 |
| Hex | 66 | 68 | 2 | 2 | 0 | 62 | 3B | 3D | 60 | 15 |
| Octal | 146 | 150 | 2 | 2 | 0 | 142 | 73 | 75 | 140 | 25 |
| Binary | 1100110 | 1101000 | 10 | 10 | 0 | 1100010 | 111011 | 111101 | 1100000 | 10101 |
Color Harmonies of #666802
Complementary color
Monochromatic Colors of #666802
Black with #666802
Text Example
Text Example
White with #666802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666802; }
p { color: rgb(102,104,2); }
H1.HeaderClassName
{
color: #666802;
}
.AnyTagClassName
{
color: #666802;
}
</style>
background-color css
<style>
a { background-color: #666802; }
a { background-color: rgb(102,104,2); }
div.DivClassName
{
background-color: #666802;
}
.BgClassName
{
background-color: #666802;
}
</style>
border-color css
<style>
span { border-color: #666802; }
span { border-color: rgb(102,104,2); }
td.TdClassName
{
border-color: #666802;
}
.TagClassName
{
border-color: #666802;
}
</style>