Shades of Fiji Green #666809
Tints of Fiji Green #666809
RGB
CMYK
RGB Variations
Color information
#666809 (or 0x666809) is known color: Fiji Green. HEX triplet: 66, 68 and 09. RGB value is (102,104,9). Sum of RGB (Red+Green+Blue) = 102+104+9=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #666809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666809 is #9997F6. Grayscale: #5C5C5C. Windows color (decimal): -10065911 or 616550. OLE color: 616550.
HSL color Cylindrical-coordinate representation of color #666809: hue angle of 61.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #666809 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 9 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.59 |
| HSL | 61.26º | 0.84% | 0.22% | - |
| HSV(B) | 61.26º | 0.91% | 0.41% | - |
| XYZ | 10.48 | 12.75 | 2.17 | - |
| YUV | 92.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 9 | 0.02 | 0 | 0.91 | 0.59 | 61.26 | 0.84 | 0.22 |
| Hex | 66 | 68 | 9 | 2 | 0 | 5B | 3B | 3D | 54 | 16 |
| Octal | 146 | 150 | 11 | 2 | 0 | 133 | 73 | 75 | 124 | 26 |
| Binary | 1100110 | 1101000 | 1001 | 10 | 0 | 1011011 | 111011 | 111101 | 1010100 | 10110 |
Color Harmonies of #666809
Complementary color
Monochromatic Colors of #666809
Black with #666809
Text Example
Text Example
White with #666809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666809; }
p { color: rgb(102,104,9); }
H1.HeaderClassName
{
color: #666809;
}
.AnyTagClassName
{
color: #666809;
}
</style>
background-color css
<style>
a { background-color: #666809; }
a { background-color: rgb(102,104,9); }
div.DivClassName
{
background-color: #666809;
}
.BgClassName
{
background-color: #666809;
}
</style>
border-color css
<style>
span { border-color: #666809; }
span { border-color: rgb(102,104,9); }
td.TdClassName
{
border-color: #666809;
}
.TagClassName
{
border-color: #666809;
}
</style>