Shades of Dark Olive Green #586A2D
Tints of Dark Olive Green #586A2D
RGB
CMYK
RGB Variations
Color information
#586A2D (or 0x586A2D) is known color: Dark Olive Green. HEX triplet: 58, 6A and 2D. RGB value is (88,106,45). Sum of RGB (Red+Green+Blue) = 88+106+45=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #586A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586A2D is #A795D2. Grayscale: #5D5D5D. Windows color (decimal): -10982867 or 2976344. OLE color: 2976344.
HSL color Cylindrical-coordinate representation of color #586A2D: hue angle of 77.7º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586A2D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 106 | 45 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.58 |
| HSL | 77.7º | 0.4% | 0.3% | - |
| HSV(B) | 77.7º | 0.58% | 0.42% | - |
| XYZ | 9.65 | 12.57 | 4.4 | - |
| YUV | 93.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 45 | 0.17 | 0 | 0.58 | 0.58 | 77.7 | 0.4 | 0.3 |
| Hex | 58 | 6A | 2D | 11 | 0 | 3A | 3A | 4E | 28 | 1E |
| Octal | 130 | 152 | 55 | 21 | 0 | 72 | 72 | 116 | 50 | 36 |
| Binary | 1011000 | 1101010 | 101101 | 10001 | 0 | 111010 | 111010 | 1001110 | 101000 | 11110 |
Color Harmonies of #586A2D
Complementary color
Monochromatic Colors of #586A2D
Black with #586A2D
Text Example
Text Example
White with #586A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A2D; }
p { color: rgb(88,106,45); }
H1.HeaderClassName
{
color: #586A2D;
}
.AnyTagClassName
{
color: #586A2D;
}
</style>
background-color css
<style>
a { background-color: #586A2D; }
a { background-color: rgb(88,106,45); }
div.DivClassName
{
background-color: #586A2D;
}
.BgClassName
{
background-color: #586A2D;
}
</style>
border-color css
<style>
span { border-color: #586A2D; }
span { border-color: rgb(88,106,45); }
td.TdClassName
{
border-color: #586A2D;
}
.TagClassName
{
border-color: #586A2D;
}
</style>