Shades of Fiji Green #666D05
Tints of Fiji Green #666D05
RGB
CMYK
RGB Variations
Color information
#666D05 (or 0x666D05) is known color: Fiji Green. HEX triplet: 66, 6D and 05. RGB value is (102,109,5). Sum of RGB (Red+Green+Blue) = 102+109+5=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #666D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666D05 is #9992FA. Grayscale: #5F5F5F. Windows color (decimal): -10064635 or 355686. OLE color: 355686.
HSL color Cylindrical-coordinate representation of color #666D05: hue angle of 64.04º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #666D05 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 5 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.57 |
| HSL | 64.04º | 0.91% | 0.22% | - |
| HSV(B) | 64.04º | 0.95% | 0.43% | - |
| XYZ | 10.98 | 13.77 | 2.22 | - |
| YUV | 95.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 5 | 0.06 | 0 | 0.95 | 0.57 | 64.04 | 0.91 | 0.22 |
| Hex | 66 | 6D | 5 | 6 | 0 | 5F | 39 | 40 | 5B | 16 |
| Octal | 146 | 155 | 5 | 6 | 0 | 137 | 71 | 100 | 133 | 26 |
| Binary | 1100110 | 1101101 | 101 | 110 | 0 | 1011111 | 111001 | 1000000 | 1011011 | 10110 |
Color Harmonies of #666D05
Complementary color
Monochromatic Colors of #666D05
Black with #666D05
Text Example
Text Example
White with #666D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D05; }
p { color: rgb(102,109,5); }
H1.HeaderClassName
{
color: #666D05;
}
.AnyTagClassName
{
color: #666D05;
}
</style>
background-color css
<style>
a { background-color: #666D05; }
a { background-color: rgb(102,109,5); }
div.DivClassName
{
background-color: #666D05;
}
.BgClassName
{
background-color: #666D05;
}
</style>
border-color css
<style>
span { border-color: #666D05; }
span { border-color: rgb(102,109,5); }
td.TdClassName
{
border-color: #666D05;
}
.TagClassName
{
border-color: #666D05;
}
</style>