Shades of Fiji Green #596C10
Tints of Fiji Green #596C10
RGB
CMYK
RGB Variations
Color information
#596C10 (or 0x596C10) is known color: Fiji Green. HEX triplet: 59, 6C and 10. RGB value is (89,108,16). Sum of RGB (Red+Green+Blue) = 89+108+16=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #596C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596C10 is #A693EF. Grayscale: #5C5C5C. Windows color (decimal): -10916848 or 1076313. OLE color: 1076313.
HSL color Cylindrical-coordinate representation of color #596C10: hue angle of 72.39º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #596C10 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 108 | 16 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.58 |
| HSL | 72.39º | 0.74% | 0.24% | - |
| HSV(B) | 72.39º | 0.85% | 0.42% | - |
| XYZ | 9.58 | 12.89 | 2.47 | - |
| YUV | 91.83 | 85.21 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 16 | 0.18 | 0 | 0.85 | 0.58 | 72.39 | 0.74 | 0.24 |
| Hex | 59 | 6C | 10 | 12 | 0 | 55 | 3A | 48 | 4A | 18 |
| Octal | 131 | 154 | 20 | 22 | 0 | 125 | 72 | 110 | 112 | 30 |
| Binary | 1011001 | 1101100 | 10000 | 10010 | 0 | 1010101 | 111010 | 1001000 | 1001010 | 11000 |
Color Harmonies of #596C10
Complementary color
Monochromatic Colors of #596C10
Black with #596C10
Text Example
Text Example
White with #596C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C10; }
p { color: rgb(89,108,16); }
H1.HeaderClassName
{
color: #596C10;
}
.AnyTagClassName
{
color: #596C10;
}
</style>
background-color css
<style>
a { background-color: #596C10; }
a { background-color: rgb(89,108,16); }
div.DivClassName
{
background-color: #596C10;
}
.BgClassName
{
background-color: #596C10;
}
</style>
border-color css
<style>
span { border-color: #596C10; }
span { border-color: rgb(89,108,16); }
td.TdClassName
{
border-color: #596C10;
}
.TagClassName
{
border-color: #596C10;
}
</style>