Shades of Dark Olive Green #586F2F
Tints of Dark Olive Green #586F2F
RGB
CMYK
RGB Variations
Color information
#586F2F (or 0x586F2F) is known color: Dark Olive Green. HEX triplet: 58, 6F and 2F. RGB value is (88,111,47). Sum of RGB (Red+Green+Blue) = 88+111+47=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #586F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586F2F is #A790D0. Grayscale: #616161. Windows color (decimal): -10981585 or 3108696. OLE color: 3108696.
HSL color Cylindrical-coordinate representation of color #586F2F: hue angle of 81.56º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586F2F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 111 | 47 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.56 |
| HSL | 81.56º | 0.41% | 0.31% | - |
| HSV(B) | 81.56º | 0.58% | 0.44% | - |
| XYZ | 10.22 | 13.65 | 4.79 | - |
| YUV | 96.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 47 | 0.21 | 0 | 0.58 | 0.56 | 81.56 | 0.41 | 0.31 |
| Hex | 58 | 6F | 2F | 15 | 0 | 3A | 38 | 52 | 29 | 1F |
| Octal | 130 | 157 | 57 | 25 | 0 | 72 | 70 | 122 | 51 | 37 |
| Binary | 1011000 | 1101111 | 101111 | 10101 | 0 | 111010 | 111000 | 1010010 | 101001 | 11111 |
Color Harmonies of #586F2F
Complementary color
Monochromatic Colors of #586F2F
Black with #586F2F
Text Example
Text Example
White with #586F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F2F; }
p { color: rgb(88,111,47); }
H1.HeaderClassName
{
color: #586F2F;
}
.AnyTagClassName
{
color: #586F2F;
}
</style>
background-color css
<style>
a { background-color: #586F2F; }
a { background-color: rgb(88,111,47); }
div.DivClassName
{
background-color: #586F2F;
}
.BgClassName
{
background-color: #586F2F;
}
</style>
border-color css
<style>
span { border-color: #586F2F; }
span { border-color: rgb(88,111,47); }
td.TdClassName
{
border-color: #586F2F;
}
.TagClassName
{
border-color: #586F2F;
}
</style>