Shades of Fiji Green #59770F
Tints of Fiji Green #59770F
RGB
CMYK
RGB Variations
Color information
#59770F (or 0x59770F) is known color: Fiji Green. HEX triplet: 59, 77 and 0F. RGB value is (89,119,15). Sum of RGB (Red+Green+Blue) = 89+119+15=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #59770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59770F is #A688F0. Grayscale: #626262. Windows color (decimal): -10914033 or 1013593. OLE color: 1013593.
HSL color Cylindrical-coordinate representation of color #59770F: hue angle of 77.31º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59770F is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 119 | 15 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.53 |
| HSL | 77.31º | 0.78% | 0.26% | - |
| HSV(B) | 77.31º | 0.87% | 0.47% | - |
| XYZ | 10.8 | 15.35 | 2.85 | - |
| YUV | 98.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 15 | 0.25 | 0 | 0.87 | 0.53 | 77.31 | 0.78 | 0.26 |
| Hex | 59 | 77 | F | 19 | 0 | 57 | 35 | 4D | 4E | 1A |
| Octal | 131 | 167 | 17 | 31 | 0 | 127 | 65 | 115 | 116 | 32 |
| Binary | 1011001 | 1110111 | 1111 | 11001 | 0 | 1010111 | 110101 | 1001101 | 1001110 | 11010 |
Color Harmonies of #59770F
Complementary color
Monochromatic Colors of #59770F
Black with #59770F
Text Example
Text Example
White with #59770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59770F; }
p { color: rgb(89,119,15); }
H1.HeaderClassName
{
color: #59770F;
}
.AnyTagClassName
{
color: #59770F;
}
</style>
background-color css
<style>
a { background-color: #59770F; }
a { background-color: rgb(89,119,15); }
div.DivClassName
{
background-color: #59770F;
}
.BgClassName
{
background-color: #59770F;
}
</style>
border-color css
<style>
span { border-color: #59770F; }
span { border-color: rgb(89,119,15); }
td.TdClassName
{
border-color: #59770F;
}
.TagClassName
{
border-color: #59770F;
}
</style>