Shades of Fiji Green #666808
Tints of Fiji Green #666808
RGB
CMYK
RGB Variations
Color information
#666808 (or 0x666808) is known color: Fiji Green. HEX triplet: 66, 68 and 08. RGB value is (102,104,8). Sum of RGB (Red+Green+Blue) = 102+104+8=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #666808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666808 is #9997F7. Grayscale: #5C5C5C. Windows color (decimal): -10065912 or 551014. OLE color: 551014.
HSL color Cylindrical-coordinate representation of color #666808: hue angle of 61.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #666808 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 8 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.59 |
| HSL | 61.25º | 0.86% | 0.22% | - |
| HSV(B) | 61.25º | 0.92% | 0.41% | - |
| XYZ | 10.47 | 12.74 | 2.14 | - |
| YUV | 92.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 8 | 0.02 | 0 | 0.92 | 0.59 | 61.25 | 0.86 | 0.22 |
| Hex | 66 | 68 | 8 | 2 | 0 | 5C | 3B | 3D | 56 | 16 |
| Octal | 146 | 150 | 10 | 2 | 0 | 134 | 73 | 75 | 126 | 26 |
| Binary | 1100110 | 1101000 | 1000 | 10 | 0 | 1011100 | 111011 | 111101 | 1010110 | 10110 |
Color Harmonies of #666808
Complementary color
Monochromatic Colors of #666808
Black with #666808
Text Example
Text Example
White with #666808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666808; }
p { color: rgb(102,104,8); }
H1.HeaderClassName
{
color: #666808;
}
.AnyTagClassName
{
color: #666808;
}
</style>
background-color css
<style>
a { background-color: #666808; }
a { background-color: rgb(102,104,8); }
div.DivClassName
{
background-color: #666808;
}
.BgClassName
{
background-color: #666808;
}
</style>
border-color css
<style>
span { border-color: #666808; }
span { border-color: rgb(102,104,8); }
td.TdClassName
{
border-color: #666808;
}
.TagClassName
{
border-color: #666808;
}
</style>