Shades of Fiji Green #666905
Tints of Fiji Green #666905
RGB
CMYK
RGB Variations
Color information
#666905 (or 0x666905) is known color: Fiji Green. HEX triplet: 66, 69 and 05. RGB value is (102,105,5). Sum of RGB (Red+Green+Blue) = 102+105+5=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #666905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666905 is #9996FA. Grayscale: #5D5D5D. Windows color (decimal): -10065659 or 354662. OLE color: 354662.
HSL color Cylindrical-coordinate representation of color #666905: hue angle of 61.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #666905 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 5 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.59 |
| HSL | 61.8º | 0.91% | 0.22% | - |
| HSV(B) | 61.8º | 0.95% | 0.41% | - |
| XYZ | 10.56 | 12.94 | 2.08 | - |
| YUV | 92.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 5 | 0.03 | 0 | 0.95 | 0.59 | 61.8 | 0.91 | 0.22 |
| Hex | 66 | 69 | 5 | 3 | 0 | 5F | 3B | 3E | 5B | 16 |
| Octal | 146 | 151 | 5 | 3 | 0 | 137 | 73 | 76 | 133 | 26 |
| Binary | 1100110 | 1101001 | 101 | 11 | 0 | 1011111 | 111011 | 111110 | 1011011 | 10110 |
Color Harmonies of #666905
Complementary color
Monochromatic Colors of #666905
Black with #666905
Text Example
Text Example
White with #666905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666905; }
p { color: rgb(102,105,5); }
H1.HeaderClassName
{
color: #666905;
}
.AnyTagClassName
{
color: #666905;
}
</style>
background-color css
<style>
a { background-color: #666905; }
a { background-color: rgb(102,105,5); }
div.DivClassName
{
background-color: #666905;
}
.BgClassName
{
background-color: #666905;
}
</style>
border-color css
<style>
span { border-color: #666905; }
span { border-color: rgb(102,105,5); }
td.TdClassName
{
border-color: #666905;
}
.TagClassName
{
border-color: #666905;
}
</style>