Shades of Fiji Green #666108
Tints of Fiji Green #666108
RGB
CMYK
RGB Variations
Color information
#666108 (or 0x666108) is known color: Fiji Green. HEX triplet: 66, 61 and 08. RGB value is (102,97,8). Sum of RGB (Red+Green+Blue) = 102+97+8=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #666108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666108 is #999EF7. Grayscale: #585858. Windows color (decimal): -10067704 or 549222. OLE color: 549222.
HSL color Cylindrical-coordinate representation of color #666108: hue angle of 56.81º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #666108 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 8 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.6 |
| HSL | 56.81º | 0.85% | 0.22% | - |
| HSV(B) | 56.81º | 0.92% | 0.4% | - |
| XYZ | 9.8 | 11.39 | 1.91 | - |
| YUV | 88.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 8 | 0 | 0.05 | 0.92 | 0.6 | 56.81 | 0.85 | 0.22 |
| Hex | 66 | 61 | 8 | 0 | 5 | 5C | 3C | 39 | 55 | 16 |
| Octal | 146 | 141 | 10 | 0 | 5 | 134 | 74 | 71 | 125 | 26 |
| Binary | 1100110 | 1100001 | 1000 | 0 | 101 | 1011100 | 111100 | 111001 | 1010101 | 10110 |
Color Harmonies of #666108
Complementary color
Monochromatic Colors of #666108
Black with #666108
Text Example
Text Example
White with #666108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666108; }
p { color: rgb(102,97,8); }
H1.HeaderClassName
{
color: #666108;
}
.AnyTagClassName
{
color: #666108;
}
</style>
background-color css
<style>
a { background-color: #666108; }
a { background-color: rgb(102,97,8); }
div.DivClassName
{
background-color: #666108;
}
.BgClassName
{
background-color: #666108;
}
</style>
border-color css
<style>
span { border-color: #666108; }
span { border-color: rgb(102,97,8); }
td.TdClassName
{
border-color: #666108;
}
.TagClassName
{
border-color: #666108;
}
</style>