Shades of Fiji Green #666D04
Tints of Fiji Green #666D04
RGB
CMYK
RGB Variations
Color information
#666D04 (or 0x666D04) is known color: Fiji Green. HEX triplet: 66, 6D and 04. RGB value is (102,109,4). Sum of RGB (Red+Green+Blue) = 102+109+4=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #666D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666D04 is #9992FB. Grayscale: #5F5F5F. Windows color (decimal): -10064636 or 290150. OLE color: 290150.
HSL color Cylindrical-coordinate representation of color #666D04: hue angle of 64º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #666D04 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 4 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.57 |
| HSL | 64º | 0.93% | 0.22% | - |
| HSV(B) | 64º | 0.96% | 0.43% | - |
| XYZ | 10.97 | 13.77 | 2.19 | - |
| YUV | 94.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 4 | 0.06 | 0 | 0.96 | 0.57 | 64 | 0.93 | 0.22 |
| Hex | 66 | 6D | 4 | 6 | 0 | 60 | 39 | 40 | 5D | 16 |
| Octal | 146 | 155 | 4 | 6 | 0 | 140 | 71 | 100 | 135 | 26 |
| Binary | 1100110 | 1101101 | 100 | 110 | 0 | 1100000 | 111001 | 1000000 | 1011101 | 10110 |
Color Harmonies of #666D04
Complementary color
Monochromatic Colors of #666D04
Black with #666D04
Text Example
Text Example
White with #666D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D04; }
p { color: rgb(102,109,4); }
H1.HeaderClassName
{
color: #666D04;
}
.AnyTagClassName
{
color: #666D04;
}
</style>
background-color css
<style>
a { background-color: #666D04; }
a { background-color: rgb(102,109,4); }
div.DivClassName
{
background-color: #666D04;
}
.BgClassName
{
background-color: #666D04;
}
</style>
border-color css
<style>
span { border-color: #666D04; }
span { border-color: rgb(102,109,4); }
td.TdClassName
{
border-color: #666D04;
}
.TagClassName
{
border-color: #666D04;
}
</style>