Shades of Fiji Green #596B14
Tints of Fiji Green #596B14
RGB
CMYK
RGB Variations
Color information
#596B14 (or 0x596B14) is known color: Fiji Green. HEX triplet: 59, 6B and 14. RGB value is (89,107,20). Sum of RGB (Red+Green+Blue) = 89+107+20=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #596B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596B14 is #A694EB. Grayscale: #5C5C5C. Windows color (decimal): -10917100 or 1338201. OLE color: 1338201.
HSL color Cylindrical-coordinate representation of color #596B14: hue angle of 72.41º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #596B14 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 107 | 20 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.58 |
| HSL | 72.41º | 0.69% | 0.25% | - |
| HSV(B) | 72.41º | 0.81% | 0.42% | - |
| XYZ | 9.5 | 12.69 | 2.61 | - |
| YUV | 91.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 20 | 0.17 | 0 | 0.81 | 0.58 | 72.41 | 0.69 | 0.25 |
| Hex | 59 | 6B | 14 | 11 | 0 | 51 | 3A | 48 | 45 | 19 |
| Octal | 131 | 153 | 24 | 21 | 0 | 121 | 72 | 110 | 105 | 31 |
| Binary | 1011001 | 1101011 | 10100 | 10001 | 0 | 1010001 | 111010 | 1001000 | 1000101 | 11001 |
Color Harmonies of #596B14
Complementary color
Monochromatic Colors of #596B14
Black with #596B14
Text Example
Text Example
White with #596B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B14; }
p { color: rgb(89,107,20); }
H1.HeaderClassName
{
color: #596B14;
}
.AnyTagClassName
{
color: #596B14;
}
</style>
background-color css
<style>
a { background-color: #596B14; }
a { background-color: rgb(89,107,20); }
div.DivClassName
{
background-color: #596B14;
}
.BgClassName
{
background-color: #596B14;
}
</style>
border-color css
<style>
span { border-color: #596B14; }
span { border-color: rgb(89,107,20); }
td.TdClassName
{
border-color: #596B14;
}
.TagClassName
{
border-color: #596B14;
}
</style>