Shades of Fiji Green #596D12
Tints of Fiji Green #596D12
RGB
CMYK
RGB Variations
Color information
#596D12 (or 0x596D12) is known color: Fiji Green. HEX triplet: 59, 6D and 12. RGB value is (89,109,18). Sum of RGB (Red+Green+Blue) = 89+109+18=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #596D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596D12 is #A692ED. Grayscale: #5C5C5C. Windows color (decimal): -10916590 or 1207641. OLE color: 1207641.
HSL color Cylindrical-coordinate representation of color #596D12: hue angle of 73.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #596D12 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 109 | 18 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.57 |
| HSL | 73.19º | 0.72% | 0.25% | - |
| HSV(B) | 73.19º | 0.83% | 0.43% | - |
| XYZ | 9.7 | 13.1 | 2.59 | - |
| YUV | 92.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 18 | 0.18 | 0 | 0.83 | 0.57 | 73.19 | 0.72 | 0.25 |
| Hex | 59 | 6D | 12 | 12 | 0 | 53 | 39 | 49 | 48 | 19 |
| Octal | 131 | 155 | 22 | 22 | 0 | 123 | 71 | 111 | 110 | 31 |
| Binary | 1011001 | 1101101 | 10010 | 10010 | 0 | 1010011 | 111001 | 1001001 | 1001000 | 11001 |
Color Harmonies of #596D12
Complementary color
Monochromatic Colors of #596D12
Black with #596D12
Text Example
Text Example
White with #596D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D12; }
p { color: rgb(89,109,18); }
H1.HeaderClassName
{
color: #596D12;
}
.AnyTagClassName
{
color: #596D12;
}
</style>
background-color css
<style>
a { background-color: #596D12; }
a { background-color: rgb(89,109,18); }
div.DivClassName
{
background-color: #596D12;
}
.BgClassName
{
background-color: #596D12;
}
</style>
border-color css
<style>
span { border-color: #596D12; }
span { border-color: rgb(89,109,18); }
td.TdClassName
{
border-color: #596D12;
}
.TagClassName
{
border-color: #596D12;
}
</style>