Shades of Fiji Green #606708
Tints of Fiji Green #606708
RGB
CMYK
RGB Variations
Color information
#606708 (or 0x606708) is known color: Fiji Green. HEX triplet: 60, 67 and 08. RGB value is (96,103,8). Sum of RGB (Red+Green+Blue) = 96+103+8=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #606708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606708 is #9F98F7. Grayscale: #5A5A5A. Windows color (decimal): -10459384 or 550752. OLE color: 550752.
HSL color Cylindrical-coordinate representation of color #606708: hue angle of 64.42º degrees, saturation: 0.86, 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 #606708 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 8 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.60 |
| HSL | 64.42º | 0.86% | 0.22% | - |
| HSV(B) | 64.42º | 0.92% | 0.4% | - |
| XYZ | 9.72 | 12.2 | 2.07 | - |
| YUV | 90.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 8 | 0.07 | 0 | 0.92 | 0.60 | 64.42 | 0.86 | 0.22 |
| Hex | 60 | 67 | 8 | 7 | 0 | 5C | 3C | 40 | 56 | 16 |
| Octal | 140 | 147 | 10 | 7 | 0 | 134 | 74 | 100 | 126 | 26 |
| Binary | 1100000 | 1100111 | 1000 | 111 | 0 | 1011100 | 111100 | 1000000 | 1010110 | 10110 |
Color Harmonies of #606708
Complementary color
Monochromatic Colors of #606708
Black with #606708
Text Example
Text Example
White with #606708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606708; }
p { color: rgb(96,103,8); }
H1.HeaderClassName
{
color: #606708;
}
.AnyTagClassName
{
color: #606708;
}
</style>
background-color css
<style>
a { background-color: #606708; }
a { background-color: rgb(96,103,8); }
div.DivClassName
{
background-color: #606708;
}
.BgClassName
{
background-color: #606708;
}
</style>
border-color css
<style>
span { border-color: #606708; }
span { border-color: rgb(96,103,8); }
td.TdClassName
{
border-color: #606708;
}
.TagClassName
{
border-color: #606708;
}
</style>