Shades of Fiji Green #606007
Tints of Fiji Green #606007
RGB
CMYK
RGB Variations
Color information
#606007 (or 0x606007) is known color: Fiji Green. HEX triplet: 60, 60 and 07. RGB value is (96,96,7). Sum of RGB (Red+Green+Blue) = 96+96+7=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606007 is #9F9FF8. Grayscale: #565656. Windows color (decimal): -10461177 or 483424. OLE color: 483424.
HSL color Cylindrical-coordinate representation of color #606007: hue angle of 60º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #606007 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 96 | 7 | - |
| CMYK | 0 | 0 | 0.93 | 0.62 |
| HSL | 60º | 0.86% | 0.2% | - |
| HSV(B) | 60º | 0.93% | 0.38% | - |
| XYZ | 9.05 | 10.87 | 1.82 | - |
| YUV | 85.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 7 | 0 | 0 | 0.93 | 0.62 | 60 | 0.86 | 0.2 |
| Hex | 60 | 60 | 7 | 0 | 0 | 5D | 3E | 3C | 56 | 14 |
| Octal | 140 | 140 | 7 | 0 | 0 | 135 | 76 | 74 | 126 | 24 |
| Binary | 1100000 | 1100000 | 111 | 0 | 0 | 1011101 | 111110 | 111100 | 1010110 | 10100 |
Color Harmonies of #606007
Complementary color
Monochromatic Colors of #606007
Black with #606007
Text Example
Text Example
White with #606007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606007; }
p { color: rgb(96,96,7); }
H1.HeaderClassName
{
color: #606007;
}
.AnyTagClassName
{
color: #606007;
}
</style>
background-color css
<style>
a { background-color: #606007; }
a { background-color: rgb(96,96,7); }
div.DivClassName
{
background-color: #606007;
}
.BgClassName
{
background-color: #606007;
}
</style>
border-color css
<style>
span { border-color: #606007; }
span { border-color: rgb(96,96,7); }
td.TdClassName
{
border-color: #606007;
}
.TagClassName
{
border-color: #606007;
}
</style>