Shades of Dark Olive Green #59682C
Tints of Dark Olive Green #59682C
RGB
CMYK
RGB Variations
Color information
#59682C (or 0x59682C) is known color: Dark Olive Green. HEX triplet: 59, 68 and 2C. RGB value is (89,104,44). Sum of RGB (Red+Green+Blue) = 89+104+44=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #59682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59682C is #A697D3. Grayscale: #5C5C5C. Windows color (decimal): -10917844 or 2910297. OLE color: 2910297.
HSL color Cylindrical-coordinate representation of color #59682C: hue angle of 75º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59682C is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 104 | 44 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.59 |
| HSL | 75º | 0.41% | 0.29% | - |
| HSV(B) | 75º | 0.58% | 0.41% | - |
| XYZ | 9.52 | 12.21 | 4.24 | - |
| YUV | 92.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 44 | 0.14 | 0 | 0.58 | 0.59 | 75 | 0.41 | 0.29 |
| Hex | 59 | 68 | 2C | E | 0 | 3A | 3B | 4B | 29 | 1D |
| Octal | 131 | 150 | 54 | 16 | 0 | 72 | 73 | 113 | 51 | 35 |
| Binary | 1011001 | 1101000 | 101100 | 1110 | 0 | 111010 | 111011 | 1001011 | 101001 | 11101 |
Color Harmonies of #59682C
Complementary color
Monochromatic Colors of #59682C
Black with #59682C
Text Example
Text Example
White with #59682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59682C; }
p { color: rgb(89,104,44); }
H1.HeaderClassName
{
color: #59682C;
}
.AnyTagClassName
{
color: #59682C;
}
</style>
background-color css
<style>
a { background-color: #59682C; }
a { background-color: rgb(89,104,44); }
div.DivClassName
{
background-color: #59682C;
}
.BgClassName
{
background-color: #59682C;
}
</style>
border-color css
<style>
span { border-color: #59682C; }
span { border-color: rgb(89,104,44); }
td.TdClassName
{
border-color: #59682C;
}
.TagClassName
{
border-color: #59682C;
}
</style>