Shades of Dark Olive Green #596F2D
Tints of Dark Olive Green #596F2D
RGB
CMYK
RGB Variations
Color information
#596F2D (or 0x596F2D) is known color: Dark Olive Green. HEX triplet: 59, 6F and 2D. RGB value is (89,111,45). Sum of RGB (Red+Green+Blue) = 89+111+45=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #596F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596F2D is #A690D2. Grayscale: #616161. Windows color (decimal): -10916051 or 2977625. OLE color: 2977625.
HSL color Cylindrical-coordinate representation of color #596F2D: hue angle of 80º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #596F2D is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 111 | 45 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.56 |
| HSL | 80º | 0.42% | 0.31% | - |
| HSV(B) | 80º | 0.59% | 0.44% | - |
| XYZ | 10.28 | 13.68 | 4.58 | - |
| YUV | 96.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 45 | 0.20 | 0 | 0.59 | 0.56 | 80 | 0.42 | 0.31 |
| Hex | 59 | 6F | 2D | 14 | 0 | 3B | 38 | 50 | 2A | 1F |
| Octal | 131 | 157 | 55 | 24 | 0 | 73 | 70 | 120 | 52 | 37 |
| Binary | 1011001 | 1101111 | 101101 | 10100 | 0 | 111011 | 111000 | 1010000 | 101010 | 11111 |
Color Harmonies of #596F2D
Complementary color
Monochromatic Colors of #596F2D
Black with #596F2D
Text Example
Text Example
White with #596F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F2D; }
p { color: rgb(89,111,45); }
H1.HeaderClassName
{
color: #596F2D;
}
.AnyTagClassName
{
color: #596F2D;
}
</style>
background-color css
<style>
a { background-color: #596F2D; }
a { background-color: rgb(89,111,45); }
div.DivClassName
{
background-color: #596F2D;
}
.BgClassName
{
background-color: #596F2D;
}
</style>
border-color css
<style>
span { border-color: #596F2D; }
span { border-color: rgb(89,111,45); }
td.TdClassName
{
border-color: #596F2D;
}
.TagClassName
{
border-color: #596F2D;
}
</style>