Shades of Fiji Green #666804
Tints of Fiji Green #666804
RGB
CMYK
RGB Variations
Color information
#666804 (or 0x666804) is known color: Fiji Green. HEX triplet: 66, 68 and 04. RGB value is (102,104,4). Sum of RGB (Red+Green+Blue) = 102+104+4=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #666804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666804 is #9997FB. Grayscale: #5C5C5C. Windows color (decimal): -10065916 or 288870. OLE color: 288870.
HSL color Cylindrical-coordinate representation of color #666804: hue angle of 61.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #666804 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 4 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.59 |
| HSL | 61.2º | 0.93% | 0.21% | - |
| HSV(B) | 61.2º | 0.96% | 0.41% | - |
| XYZ | 10.45 | 12.73 | 2.02 | - |
| YUV | 92 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 4 | 0.02 | 0 | 0.96 | 0.59 | 61.2 | 0.93 | 0.21 |
| Hex | 66 | 68 | 4 | 2 | 0 | 60 | 3B | 3D | 5D | 15 |
| Octal | 146 | 150 | 4 | 2 | 0 | 140 | 73 | 75 | 135 | 25 |
| Binary | 1100110 | 1101000 | 100 | 10 | 0 | 1100000 | 111011 | 111101 | 1011101 | 10101 |
Color Harmonies of #666804
Complementary color
Monochromatic Colors of #666804
Black with #666804
Text Example
Text Example
White with #666804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666804; }
p { color: rgb(102,104,4); }
H1.HeaderClassName
{
color: #666804;
}
.AnyTagClassName
{
color: #666804;
}
</style>
background-color css
<style>
a { background-color: #666804; }
a { background-color: rgb(102,104,4); }
div.DivClassName
{
background-color: #666804;
}
.BgClassName
{
background-color: #666804;
}
</style>
border-color css
<style>
span { border-color: #666804; }
span { border-color: rgb(102,104,4); }
td.TdClassName
{
border-color: #666804;
}
.TagClassName
{
border-color: #666804;
}
</style>