Shades of Fiji Green #607607
Tints of Fiji Green #607607
RGB
CMYK
RGB Variations
Color information
#607607 (or 0x607607) is known color: Fiji Green. HEX triplet: 60, 76 and 07. RGB value is (96,118,7). Sum of RGB (Red+Green+Blue) = 96+118+7=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #607607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607607 is #9F89F8. Grayscale: #636363. Windows color (decimal): -10455545 or 489056. OLE color: 489056.
HSL color Cylindrical-coordinate representation of color #607607: hue angle of 71.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #607607 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 7 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.54 |
| HSL | 71.89º | 0.89% | 0.25% | - |
| HSV(B) | 71.89º | 0.94% | 0.46% | - |
| XYZ | 11.34 | 15.46 | 2.59 | - |
| YUV | 98.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 7 | 0.19 | 0 | 0.94 | 0.54 | 71.89 | 0.89 | 0.25 |
| Hex | 60 | 76 | 7 | 13 | 0 | 5E | 36 | 48 | 59 | 19 |
| Octal | 140 | 166 | 7 | 23 | 0 | 136 | 66 | 110 | 131 | 31 |
| Binary | 1100000 | 1110110 | 111 | 10011 | 0 | 1011110 | 110110 | 1001000 | 1011001 | 11001 |
Color Harmonies of #607607
Complementary color
Monochromatic Colors of #607607
Black with #607607
Text Example
Text Example
White with #607607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607607; }
p { color: rgb(96,118,7); }
H1.HeaderClassName
{
color: #607607;
}
.AnyTagClassName
{
color: #607607;
}
</style>
background-color css
<style>
a { background-color: #607607; }
a { background-color: rgb(96,118,7); }
div.DivClassName
{
background-color: #607607;
}
.BgClassName
{
background-color: #607607;
}
</style>
border-color css
<style>
span { border-color: #607607; }
span { border-color: rgb(96,118,7); }
td.TdClassName
{
border-color: #607607;
}
.TagClassName
{
border-color: #607607;
}
</style>