Shades of Fiji Green #606808
Tints of Fiji Green #606808
RGB
CMYK
RGB Variations
Color information
#606808 (or 0x606808) is known color: Fiji Green. HEX triplet: 60, 68 and 08. RGB value is (96,104,8). Sum of RGB (Red+Green+Blue) = 96+104+8=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #606808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606808 is #9F97F7. Grayscale: #5B5B5B. Windows color (decimal): -10459128 or 551008. OLE color: 551008.
HSL color Cylindrical-coordinate representation of color #606808: hue angle of 65º 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 #606808 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 8 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.59 |
| HSL | 65º | 0.86% | 0.22% | - |
| HSV(B) | 65º | 0.92% | 0.41% | - |
| XYZ | 9.82 | 12.4 | 2.11 | - |
| YUV | 90.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 8 | 0.08 | 0 | 0.92 | 0.59 | 65 | 0.86 | 0.22 |
| Hex | 60 | 68 | 8 | 8 | 0 | 5C | 3B | 41 | 56 | 16 |
| Octal | 140 | 150 | 10 | 10 | 0 | 134 | 73 | 101 | 126 | 26 |
| Binary | 1100000 | 1101000 | 1000 | 1000 | 0 | 1011100 | 111011 | 1000001 | 1010110 | 10110 |
Color Harmonies of #606808
Complementary color
Monochromatic Colors of #606808
Black with #606808
Text Example
Text Example
White with #606808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606808; }
p { color: rgb(96,104,8); }
H1.HeaderClassName
{
color: #606808;
}
.AnyTagClassName
{
color: #606808;
}
</style>
background-color css
<style>
a { background-color: #606808; }
a { background-color: rgb(96,104,8); }
div.DivClassName
{
background-color: #606808;
}
.BgClassName
{
background-color: #606808;
}
</style>
border-color css
<style>
span { border-color: #606808; }
span { border-color: rgb(96,104,8); }
td.TdClassName
{
border-color: #606808;
}
.TagClassName
{
border-color: #606808;
}
</style>