Shades of Fiji Green #667808
Tints of Fiji Green #667808
RGB
CMYK
RGB Variations
Color information
#667808 (or 0x667808) is known color: Fiji Green. HEX triplet: 66, 78 and 08. RGB value is (102,120,8). Sum of RGB (Red+Green+Blue) = 102+120+8=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #667808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667808 is #9987F7. Grayscale: #666666. Windows color (decimal): -10061816 or 555110. OLE color: 555110.
HSL color Cylindrical-coordinate representation of color #667808: hue angle of 69.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #667808 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 8 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.53 |
| HSL | 69.64º | 0.88% | 0.25% | - |
| HSV(B) | 69.64º | 0.93% | 0.47% | - |
| XYZ | 12.24 | 16.28 | 2.73 | - |
| YUV | 101.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 8 | 0.15 | 0 | 0.93 | 0.53 | 69.64 | 0.88 | 0.25 |
| Hex | 66 | 78 | 8 | F | 0 | 5D | 35 | 46 | 58 | 19 |
| Octal | 146 | 170 | 10 | 17 | 0 | 135 | 65 | 106 | 130 | 31 |
| Binary | 1100110 | 1111000 | 1000 | 1111 | 0 | 1011101 | 110101 | 1000110 | 1011000 | 11001 |
Color Harmonies of #667808
Complementary color
Monochromatic Colors of #667808
Black with #667808
Text Example
Text Example
White with #667808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667808; }
p { color: rgb(102,120,8); }
H1.HeaderClassName
{
color: #667808;
}
.AnyTagClassName
{
color: #667808;
}
</style>
background-color css
<style>
a { background-color: #667808; }
a { background-color: rgb(102,120,8); }
div.DivClassName
{
background-color: #667808;
}
.BgClassName
{
background-color: #667808;
}
</style>
border-color css
<style>
span { border-color: #667808; }
span { border-color: rgb(102,120,8); }
td.TdClassName
{
border-color: #667808;
}
.TagClassName
{
border-color: #667808;
}
</style>