Shades of Dark Olive Green #596B2C
Tints of Dark Olive Green #596B2C
RGB
CMYK
RGB Variations
Color information
#596B2C (or 0x596B2C) is known color: Dark Olive Green. HEX triplet: 59, 6B and 2C. RGB value is (89,107,44). Sum of RGB (Red+Green+Blue) = 89+107+44=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #596B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596B2C is #A694D3. Grayscale: #5E5E5E. Windows color (decimal): -10917076 or 2911065. OLE color: 2911065.
HSL color Cylindrical-coordinate representation of color #596B2C: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #596B2C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 107 | 44 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.58 |
| HSL | 77.14º | 0.42% | 0.3% | - |
| HSV(B) | 77.14º | 0.59% | 0.42% | - |
| XYZ | 9.83 | 12.82 | 4.34 | - |
| YUV | 94.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 44 | 0.17 | 0 | 0.59 | 0.58 | 77.14 | 0.42 | 0.3 |
| Hex | 59 | 6B | 2C | 11 | 0 | 3B | 3A | 4D | 2A | 1E |
| Octal | 131 | 153 | 54 | 21 | 0 | 73 | 72 | 115 | 52 | 36 |
| Binary | 1011001 | 1101011 | 101100 | 10001 | 0 | 111011 | 111010 | 1001101 | 101010 | 11110 |
Color Harmonies of #596B2C
Complementary color
Monochromatic Colors of #596B2C
Black with #596B2C
Text Example
Text Example
White with #596B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B2C; }
p { color: rgb(89,107,44); }
H1.HeaderClassName
{
color: #596B2C;
}
.AnyTagClassName
{
color: #596B2C;
}
</style>
background-color css
<style>
a { background-color: #596B2C; }
a { background-color: rgb(89,107,44); }
div.DivClassName
{
background-color: #596B2C;
}
.BgClassName
{
background-color: #596B2C;
}
</style>
border-color css
<style>
span { border-color: #596B2C; }
span { border-color: rgb(89,107,44); }
td.TdClassName
{
border-color: #596B2C;
}
.TagClassName
{
border-color: #596B2C;
}
</style>