Shades of Dark Olive Green #586729
Tints of Dark Olive Green #586729
RGB
CMYK
RGB Variations
Color information
#586729 (or 0x586729) is known color: Dark Olive Green. HEX triplet: 58, 67 and 29. RGB value is (88,103,41). Sum of RGB (Red+Green+Blue) = 88+103+41=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #586729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586729 is #A798D6. Grayscale: #5B5B5B. Windows color (decimal): -10983639 or 2713432. OLE color: 2713432.
HSL color Cylindrical-coordinate representation of color #586729: hue angle of 74.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586729 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 103 | 41 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.60 |
| HSL | 74.52º | 0.43% | 0.28% | - |
| HSV(B) | 74.52º | 0.6% | 0.4% | - |
| XYZ | 9.27 | 11.94 | 3.91 | - |
| YUV | 91.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 41 | 0.15 | 0 | 0.60 | 0.60 | 74.52 | 0.43 | 0.28 |
| Hex | 58 | 67 | 29 | F | 0 | 3C | 3C | 4B | 2B | 1C |
| Octal | 130 | 147 | 51 | 17 | 0 | 74 | 74 | 113 | 53 | 34 |
| Binary | 1011000 | 1100111 | 101001 | 1111 | 0 | 111100 | 111100 | 1001011 | 101011 | 11100 |
Color Harmonies of #586729
Complementary color
Monochromatic Colors of #586729
Black with #586729
Text Example
Text Example
White with #586729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586729; }
p { color: rgb(88,103,41); }
H1.HeaderClassName
{
color: #586729;
}
.AnyTagClassName
{
color: #586729;
}
</style>
background-color css
<style>
a { background-color: #586729; }
a { background-color: rgb(88,103,41); }
div.DivClassName
{
background-color: #586729;
}
.BgClassName
{
background-color: #586729;
}
</style>
border-color css
<style>
span { border-color: #586729; }
span { border-color: rgb(88,103,41); }
td.TdClassName
{
border-color: #586729;
}
.TagClassName
{
border-color: #586729;
}
</style>