Shades of Fiji Green #666204
Tints of Fiji Green #666204
RGB
CMYK
RGB Variations
Color information
#666204 (or 0x666204) is known color: Fiji Green. HEX triplet: 66, 62 and 04. RGB value is (102,98,4). Sum of RGB (Red+Green+Blue) = 102+98+4=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #666204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666204 is #999DFB. Grayscale: #585858. Windows color (decimal): -10067452 or 287334. OLE color: 287334.
HSL color Cylindrical-coordinate representation of color #666204: hue angle of 57.55º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #666204 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 4 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.6 |
| HSL | 57.55º | 0.92% | 0.21% | - |
| HSV(B) | 57.55º | 0.96% | 0.4% | - |
| XYZ | 9.87 | 11.57 | 1.83 | - |
| YUV | 88.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 4 | 0 | 0.04 | 0.96 | 0.6 | 57.55 | 0.92 | 0.21 |
| Hex | 66 | 62 | 4 | 0 | 4 | 60 | 3C | 3A | 5C | 15 |
| Octal | 146 | 142 | 4 | 0 | 4 | 140 | 74 | 72 | 134 | 25 |
| Binary | 1100110 | 1100010 | 100 | 0 | 100 | 1100000 | 111100 | 111010 | 1011100 | 10101 |
Color Harmonies of #666204
Complementary color
Monochromatic Colors of #666204
Black with #666204
Text Example
Text Example
White with #666204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666204; }
p { color: rgb(102,98,4); }
H1.HeaderClassName
{
color: #666204;
}
.AnyTagClassName
{
color: #666204;
}
</style>
background-color css
<style>
a { background-color: #666204; }
a { background-color: rgb(102,98,4); }
div.DivClassName
{
background-color: #666204;
}
.BgClassName
{
background-color: #666204;
}
</style>
border-color css
<style>
span { border-color: #666204; }
span { border-color: rgb(102,98,4); }
td.TdClassName
{
border-color: #666204;
}
.TagClassName
{
border-color: #666204;
}
</style>