Shades of Dark Olive Green #5D7729
Tints of Dark Olive Green #5D7729
RGB
CMYK
RGB Variations
Color information
#5D7729 (or 0x5D7729) is known color: Dark Olive Green. HEX triplet: 5D, 77 and 29. RGB value is (93,119,41). Sum of RGB (Red+Green+Blue) = 93+119+41=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7729 is #A288D6. Grayscale: #666666. Windows color (decimal): -10651863 or 2717533. OLE color: 2717533.
HSL color Cylindrical-coordinate representation of color #5D7729: hue angle of 80º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D7729 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 41 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.53 |
| HSL | 80º | 0.49% | 0.31% | - |
| HSV(B) | 80º | 0.66% | 0.47% | - |
| XYZ | 11.51 | 15.68 | 4.52 | - |
| YUV | 102.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 41 | 0.22 | 0 | 0.66 | 0.53 | 80 | 0.49 | 0.31 |
| Hex | 5D | 77 | 29 | 16 | 0 | 42 | 35 | 50 | 31 | 1F |
| Octal | 135 | 167 | 51 | 26 | 0 | 102 | 65 | 120 | 61 | 37 |
| Binary | 1011101 | 1110111 | 101001 | 10110 | 0 | 1000010 | 110101 | 1010000 | 110001 | 11111 |
Color Harmonies of #5D7729
Complementary color
Monochromatic Colors of #5D7729
Black with #5D7729
Text Example
Text Example
White with #5D7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7729; }
p { color: rgb(93,119,41); }
H1.HeaderClassName
{
color: #5D7729;
}
.AnyTagClassName
{
color: #5D7729;
}
</style>
background-color css
<style>
a { background-color: #5D7729; }
a { background-color: rgb(93,119,41); }
div.DivClassName
{
background-color: #5D7729;
}
.BgClassName
{
background-color: #5D7729;
}
</style>
border-color css
<style>
span { border-color: #5D7729; }
span { border-color: rgb(93,119,41); }
td.TdClassName
{
border-color: #5D7729;
}
.TagClassName
{
border-color: #5D7729;
}
</style>