Shades of Fiji Green #597400
Tints of Fiji Green #597400
RGB
CMYK
RGB Variations
Color information
#597400 (or 0x597400) is known color: Fiji Green. HEX triplet: 59, 74 and 00. RGB value is (89,116,0). Sum of RGB (Red+Green+Blue) = 89+116+0=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #597400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #597400 is #A68BFF. Grayscale: #5F5F5F. Windows color (decimal): -10914816 or 29785. OLE color: 29785.
HSL color Cylindrical-coordinate representation of color #597400: hue angle of 73.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #597400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 116 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.55 |
| HSL | 73.97º | 1% | 0.23% | - |
| HSV(B) | 73.97º | 1% | 0.45% | - |
| XYZ | 10.37 | 14.61 | 2.27 | - |
| YUV | 94.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 0 | 0.23 | 0 | 1 | 0.55 | 73.97 | 1 | 0.23 |
| Hex | 59 | 74 | 0 | 17 | 0 | 64 | 37 | 4A | 64 | 17 |
| Octal | 131 | 164 | 0 | 27 | 0 | 144 | 67 | 112 | 144 | 27 |
| Binary | 1011001 | 1110100 | 0 | 10111 | 0 | 1100100 | 110111 | 1001010 | 1100100 | 10111 |
Color Harmonies of #597400
Complementary color
Monochromatic Colors of #597400
Black with #597400
Text Example
Text Example
White with #597400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597400; }
p { color: rgb(89,116,0); }
H1.HeaderClassName
{
color: #597400;
}
.AnyTagClassName
{
color: #597400;
}
</style>
background-color css
<style>
a { background-color: #597400; }
a { background-color: rgb(89,116,0); }
div.DivClassName
{
background-color: #597400;
}
.BgClassName
{
background-color: #597400;
}
</style>
border-color css
<style>
span { border-color: #597400; }
span { border-color: rgb(89,116,0); }
td.TdClassName
{
border-color: #597400;
}
.TagClassName
{
border-color: #597400;
}
</style>