Shades of Fiji Green #666904
Tints of Fiji Green #666904
RGB
CMYK
RGB Variations
Color information
#666904 (or 0x666904) is known color: Fiji Green. HEX triplet: 66, 69 and 04. RGB value is (102,105,4). Sum of RGB (Red+Green+Blue) = 102+105+4=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #666904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666904 is #9996FB. Grayscale: #5C5C5C. Windows color (decimal): -10065660 or 289126. OLE color: 289126.
HSL color Cylindrical-coordinate representation of color #666904: hue angle of 61.78º 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 #666904 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 4 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.59 |
| HSL | 61.78º | 0.93% | 0.21% | - |
| HSV(B) | 61.78º | 0.96% | 0.41% | - |
| XYZ | 10.55 | 12.94 | 2.06 | - |
| YUV | 92.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 4 | 0.03 | 0 | 0.96 | 0.59 | 61.78 | 0.93 | 0.21 |
| Hex | 66 | 69 | 4 | 3 | 0 | 60 | 3B | 3E | 5D | 15 |
| Octal | 146 | 151 | 4 | 3 | 0 | 140 | 73 | 76 | 135 | 25 |
| Binary | 1100110 | 1101001 | 100 | 11 | 0 | 1100000 | 111011 | 111110 | 1011101 | 10101 |
Color Harmonies of #666904
Complementary color
Monochromatic Colors of #666904
Black with #666904
Text Example
Text Example
White with #666904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666904; }
p { color: rgb(102,105,4); }
H1.HeaderClassName
{
color: #666904;
}
.AnyTagClassName
{
color: #666904;
}
</style>
background-color css
<style>
a { background-color: #666904; }
a { background-color: rgb(102,105,4); }
div.DivClassName
{
background-color: #666904;
}
.BgClassName
{
background-color: #666904;
}
</style>
border-color css
<style>
span { border-color: #666904; }
span { border-color: rgb(102,105,4); }
td.TdClassName
{
border-color: #666904;
}
.TagClassName
{
border-color: #666904;
}
</style>