Shades of Dark Olive Green #5D7732
Tints of Dark Olive Green #5D7732
RGB
CMYK
RGB Variations
Color information
#5D7732 (or 0x5D7732) is known color: Dark Olive Green. HEX triplet: 5D, 77 and 32. RGB value is (93,119,50). Sum of RGB (Red+Green+Blue) = 93+119+50=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7732 is #A288CD. Grayscale: #676767. Windows color (decimal): -10651854 or 3307357. OLE color: 3307357.
HSL color Cylindrical-coordinate representation of color #5D7732: hue angle of 82.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D7732 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 50 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.53 |
| HSL | 82.61º | 0.41% | 0.33% | - |
| HSV(B) | 82.61º | 0.58% | 0.47% | - |
| XYZ | 11.69 | 15.75 | 5.44 | - |
| YUV | 103.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 50 | 0.22 | 0 | 0.58 | 0.53 | 82.61 | 0.41 | 0.33 |
| Hex | 5D | 77 | 32 | 16 | 0 | 3A | 35 | 53 | 29 | 21 |
| Octal | 135 | 167 | 62 | 26 | 0 | 72 | 65 | 123 | 51 | 41 |
| Binary | 1011101 | 1110111 | 110010 | 10110 | 0 | 111010 | 110101 | 1010011 | 101001 | 100001 |
Color Harmonies of #5D7732
Complementary color
Monochromatic Colors of #5D7732
Black with #5D7732
Text Example
Text Example
White with #5D7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7732; }
p { color: rgb(93,119,50); }
H1.HeaderClassName
{
color: #5D7732;
}
.AnyTagClassName
{
color: #5D7732;
}
</style>
background-color css
<style>
a { background-color: #5D7732; }
a { background-color: rgb(93,119,50); }
div.DivClassName
{
background-color: #5D7732;
}
.BgClassName
{
background-color: #5D7732;
}
</style>
border-color css
<style>
span { border-color: #5D7732; }
span { border-color: rgb(93,119,50); }
td.TdClassName
{
border-color: #5D7732;
}
.TagClassName
{
border-color: #5D7732;
}
</style>