Shades of Fiji Green #607707
Tints of Fiji Green #607707
RGB
CMYK
RGB Variations
Color information
#607707 (or 0x607707) is known color: Fiji Green. HEX triplet: 60, 77 and 07. RGB value is (96,119,7). Sum of RGB (Red+Green+Blue) = 96+119+7=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #607707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607707 is #9F88F8. Grayscale: #636363. Windows color (decimal): -10455289 or 489312. OLE color: 489312.
HSL color Cylindrical-coordinate representation of color #607707: hue angle of 72.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #607707 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 7 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.53 |
| HSL | 72.32º | 0.89% | 0.25% | - |
| HSV(B) | 72.32º | 0.94% | 0.47% | - |
| XYZ | 11.46 | 15.7 | 2.63 | - |
| YUV | 99.36 | 75.88 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 7 | 0.19 | 0 | 0.94 | 0.53 | 72.32 | 0.89 | 0.25 |
| Hex | 60 | 77 | 7 | 13 | 0 | 5E | 35 | 48 | 59 | 19 |
| Octal | 140 | 167 | 7 | 23 | 0 | 136 | 65 | 110 | 131 | 31 |
| Binary | 1100000 | 1110111 | 111 | 10011 | 0 | 1011110 | 110101 | 1001000 | 1011001 | 11001 |
Color Harmonies of #607707
Complementary color
Monochromatic Colors of #607707
Black with #607707
Text Example
Text Example
White with #607707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607707; }
p { color: rgb(96,119,7); }
H1.HeaderClassName
{
color: #607707;
}
.AnyTagClassName
{
color: #607707;
}
</style>
background-color css
<style>
a { background-color: #607707; }
a { background-color: rgb(96,119,7); }
div.DivClassName
{
background-color: #607707;
}
.BgClassName
{
background-color: #607707;
}
</style>
border-color css
<style>
span { border-color: #607707; }
span { border-color: rgb(96,119,7); }
td.TdClassName
{
border-color: #607707;
}
.TagClassName
{
border-color: #607707;
}
</style>