Shades of Dark Olive Green #5E7632
Tints of Dark Olive Green #5E7632
RGB
CMYK
RGB Variations
Color information
#5E7632 (or 0x5E7632) is known color: Dark Olive Green. HEX triplet: 5E, 76 and 32. RGB value is (94,118,50). Sum of RGB (Red+Green+Blue) = 94+118+50=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7632 is #A189CD. Grayscale: #676767. Windows color (decimal): -10586574 or 3307102. OLE color: 3307102.
HSL color Cylindrical-coordinate representation of color #5E7632: hue angle of 81.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7632 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 50 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.54 |
| HSL | 81.18º | 0.4% | 0.33% | - |
| HSV(B) | 81.18º | 0.58% | 0.46% | - |
| XYZ | 11.67 | 15.57 | 5.41 | - |
| YUV | 103.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 50 | 0.20 | 0 | 0.58 | 0.54 | 81.18 | 0.4 | 0.33 |
| Hex | 5E | 76 | 32 | 14 | 0 | 3A | 36 | 51 | 28 | 21 |
| Octal | 136 | 166 | 62 | 24 | 0 | 72 | 66 | 121 | 50 | 41 |
| Binary | 1011110 | 1110110 | 110010 | 10100 | 0 | 111010 | 110110 | 1010001 | 101000 | 100001 |
Color Harmonies of #5E7632
Complementary color
Monochromatic Colors of #5E7632
Black with #5E7632
Text Example
Text Example
White with #5E7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7632; }
p { color: rgb(94,118,50); }
H1.HeaderClassName
{
color: #5E7632;
}
.AnyTagClassName
{
color: #5E7632;
}
</style>
background-color css
<style>
a { background-color: #5E7632; }
a { background-color: rgb(94,118,50); }
div.DivClassName
{
background-color: #5E7632;
}
.BgClassName
{
background-color: #5E7632;
}
</style>
border-color css
<style>
span { border-color: #5E7632; }
span { border-color: rgb(94,118,50); }
td.TdClassName
{
border-color: #5E7632;
}
.TagClassName
{
border-color: #5E7632;
}
</style>