Shades of Fiji Green #597000
Tints of Fiji Green #597000
RGB
CMYK
RGB Variations
Color information
#597000 (or 0x597000) is known color: Fiji Green. HEX triplet: 59, 70 and 00. RGB value is (89,112,0). Sum of RGB (Red+Green+Blue) = 89+112+0=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #597000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #597000 is #A68FFF. Grayscale: #5C5C5C. Windows color (decimal): -10915840 or 28761. OLE color: 28761.
HSL color Cylindrical-coordinate representation of color #597000: hue angle of 72.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #597000 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 112 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.56 |
| HSL | 72.32º | 1% | 0.22% | - |
| HSV(B) | 72.32º | 1% | 0.44% | - |
| XYZ | 9.91 | 13.71 | 2.12 | - |
| YUV | 92.36 | 75.88 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 0 | 0.21 | 0 | 1 | 0.56 | 72.32 | 1 | 0.22 |
| Hex | 59 | 70 | 0 | 15 | 0 | 64 | 38 | 48 | 64 | 16 |
| Octal | 131 | 160 | 0 | 25 | 0 | 144 | 70 | 110 | 144 | 26 |
| Binary | 1011001 | 1110000 | 0 | 10101 | 0 | 1100100 | 111000 | 1001000 | 1100100 | 10110 |
Color Harmonies of #597000
Complementary color
Monochromatic Colors of #597000
Black with #597000
Text Example
Text Example
White with #597000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597000; }
p { color: rgb(89,112,0); }
H1.HeaderClassName
{
color: #597000;
}
.AnyTagClassName
{
color: #597000;
}
</style>
background-color css
<style>
a { background-color: #597000; }
a { background-color: rgb(89,112,0); }
div.DivClassName
{
background-color: #597000;
}
.BgClassName
{
background-color: #597000;
}
</style>
border-color css
<style>
span { border-color: #597000; }
span { border-color: rgb(89,112,0); }
td.TdClassName
{
border-color: #597000;
}
.TagClassName
{
border-color: #597000;
}
</style>