Shades of Fiji Green #597500
Tints of Fiji Green #597500
RGB
CMYK
RGB Variations
Color information
#597500 (or 0x597500) is known color: Fiji Green. HEX triplet: 59, 75 and 00. RGB value is (89,117,0). Sum of RGB (Red+Green+Blue) = 89+117+0=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #597500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #597500 is #A68AFF. Grayscale: #5F5F5F. Windows color (decimal): -10914560 or 30041. OLE color: 30041.
HSL color Cylindrical-coordinate representation of color #597500: hue angle of 74.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #597500 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 117 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.54 |
| HSL | 74.36º | 1% | 0.23% | - |
| HSV(B) | 74.36º | 1% | 0.46% | - |
| XYZ | 10.48 | 14.85 | 2.31 | - |
| YUV | 95.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 0 | 0.24 | 0 | 1 | 0.54 | 74.36 | 1 | 0.23 |
| Hex | 59 | 75 | 0 | 18 | 0 | 64 | 36 | 4A | 64 | 17 |
| Octal | 131 | 165 | 0 | 30 | 0 | 144 | 66 | 112 | 144 | 27 |
| Binary | 1011001 | 1110101 | 0 | 11000 | 0 | 1100100 | 110110 | 1001010 | 1100100 | 10111 |
Color Harmonies of #597500
Complementary color
Monochromatic Colors of #597500
Black with #597500
Text Example
Text Example
White with #597500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597500; }
p { color: rgb(89,117,0); }
H1.HeaderClassName
{
color: #597500;
}
.AnyTagClassName
{
color: #597500;
}
</style>
background-color css
<style>
a { background-color: #597500; }
a { background-color: rgb(89,117,0); }
div.DivClassName
{
background-color: #597500;
}
.BgClassName
{
background-color: #597500;
}
</style>
border-color css
<style>
span { border-color: #597500; }
span { border-color: rgb(89,117,0); }
td.TdClassName
{
border-color: #597500;
}
.TagClassName
{
border-color: #597500;
}
</style>