Shades of Fiji Green #607620
Tints of Fiji Green #607620
RGB
CMYK
RGB Variations
Color information
#607620 (or 0x607620) is known color: Fiji Green. HEX triplet: 60, 76 and 20. RGB value is (96,118,32). Sum of RGB (Red+Green+Blue) = 96+118+32=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #607620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607620 is #9F89DF. Grayscale: #656565. Windows color (decimal): -10455520 or 2127456. OLE color: 2127456.
HSL color Cylindrical-coordinate representation of color #607620: hue angle of 75.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #607620 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 32 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.54 |
| HSL | 75.35º | 0.57% | 0.29% | - |
| HSV(B) | 75.35º | 0.73% | 0.46% | - |
| XYZ | 11.56 | 15.55 | 3.76 | - |
| YUV | 101.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 32 | 0.19 | 0 | 0.73 | 0.54 | 75.35 | 0.57 | 0.29 |
| Hex | 60 | 76 | 20 | 13 | 0 | 49 | 36 | 4B | 39 | 1D |
| Octal | 140 | 166 | 40 | 23 | 0 | 111 | 66 | 113 | 71 | 35 |
| Binary | 1100000 | 1110110 | 100000 | 10011 | 0 | 1001001 | 110110 | 1001011 | 111001 | 11101 |
Color Harmonies of #607620
Complementary color
Monochromatic Colors of #607620
Black with #607620
Text Example
Text Example
White with #607620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607620; }
p { color: rgb(96,118,32); }
H1.HeaderClassName
{
color: #607620;
}
.AnyTagClassName
{
color: #607620;
}
</style>
background-color css
<style>
a { background-color: #607620; }
a { background-color: rgb(96,118,32); }
div.DivClassName
{
background-color: #607620;
}
.BgClassName
{
background-color: #607620;
}
</style>
border-color css
<style>
span { border-color: #607620; }
span { border-color: rgb(96,118,32); }
td.TdClassName
{
border-color: #607620;
}
.TagClassName
{
border-color: #607620;
}
</style>