Shades of Fiji Green #596F20
Tints of Fiji Green #596F20
RGB
CMYK
RGB Variations
Color information
#596F20 (or 0x596F20) is known color: Fiji Green. HEX triplet: 59, 6F and 20. RGB value is (89,111,32). Sum of RGB (Red+Green+Blue) = 89+111+32=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #596F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596F20 is #A690DF. Grayscale: #5F5F5F. Windows color (decimal): -10916064 or 2125657. OLE color: 2125657.
HSL color Cylindrical-coordinate representation of color #596F20: hue angle of 76.71º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #596F20 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 111 | 32 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.56 |
| HSL | 76.71º | 0.55% | 0.28% | - |
| HSV(B) | 76.71º | 0.71% | 0.44% | - |
| XYZ | 10.06 | 13.6 | 3.46 | - |
| YUV | 95.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 32 | 0.20 | 0 | 0.71 | 0.56 | 76.71 | 0.55 | 0.28 |
| Hex | 59 | 6F | 20 | 14 | 0 | 47 | 38 | 4D | 37 | 1C |
| Octal | 131 | 157 | 40 | 24 | 0 | 107 | 70 | 115 | 67 | 34 |
| Binary | 1011001 | 1101111 | 100000 | 10100 | 0 | 1000111 | 111000 | 1001101 | 110111 | 11100 |
Color Harmonies of #596F20
Complementary color
Monochromatic Colors of #596F20
Black with #596F20
Text Example
Text Example
White with #596F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F20; }
p { color: rgb(89,111,32); }
H1.HeaderClassName
{
color: #596F20;
}
.AnyTagClassName
{
color: #596F20;
}
</style>
background-color css
<style>
a { background-color: #596F20; }
a { background-color: rgb(89,111,32); }
div.DivClassName
{
background-color: #596F20;
}
.BgClassName
{
background-color: #596F20;
}
</style>
border-color css
<style>
span { border-color: #596F20; }
span { border-color: rgb(89,111,32); }
td.TdClassName
{
border-color: #596F20;
}
.TagClassName
{
border-color: #596F20;
}
</style>