Shades of Dark Olive Green #586F2E
Tints of Dark Olive Green #586F2E
RGB
CMYK
RGB Variations
Color information
#586F2E (or 0x586F2E) is known color: Dark Olive Green. HEX triplet: 58, 6F and 2E. RGB value is (88,111,46). Sum of RGB (Red+Green+Blue) = 88+111+46=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #586F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586F2E is #A790D1. Grayscale: #606060. Windows color (decimal): -10981586 or 3043160. OLE color: 3043160.
HSL color Cylindrical-coordinate representation of color #586F2E: hue angle of 81.23º degrees, saturation: 0.41, 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 #586F2E is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 111 | 46 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.56 |
| HSL | 81.23º | 0.41% | 0.31% | - |
| HSV(B) | 81.23º | 0.59% | 0.44% | - |
| XYZ | 10.2 | 13.64 | 4.68 | - |
| YUV | 96.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 46 | 0.21 | 0 | 0.59 | 0.56 | 81.23 | 0.41 | 0.31 |
| Hex | 58 | 6F | 2E | 15 | 0 | 3B | 38 | 51 | 29 | 1F |
| Octal | 130 | 157 | 56 | 25 | 0 | 73 | 70 | 121 | 51 | 37 |
| Binary | 1011000 | 1101111 | 101110 | 10101 | 0 | 111011 | 111000 | 1010001 | 101001 | 11111 |
Color Harmonies of #586F2E
Complementary color
Monochromatic Colors of #586F2E
Black with #586F2E
Text Example
Text Example
White with #586F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F2E; }
p { color: rgb(88,111,46); }
H1.HeaderClassName
{
color: #586F2E;
}
.AnyTagClassName
{
color: #586F2E;
}
</style>
background-color css
<style>
a { background-color: #586F2E; }
a { background-color: rgb(88,111,46); }
div.DivClassName
{
background-color: #586F2E;
}
.BgClassName
{
background-color: #586F2E;
}
</style>
border-color css
<style>
span { border-color: #586F2E; }
span { border-color: rgb(88,111,46); }
td.TdClassName
{
border-color: #586F2E;
}
.TagClassName
{
border-color: #586F2E;
}
</style>