Shades of Dark Olive Green #5E7536
Tints of Dark Olive Green #5E7536
RGB
CMYK
RGB Variations
Color information
#5E7536 (or 0x5E7536) is known color: Dark Olive Green. HEX triplet: 5E, 75 and 36. RGB value is (94,117,54). Sum of RGB (Red+Green+Blue) = 94+117+54=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7536 is #A18AC9. Grayscale: #676767. Windows color (decimal): -10586826 or 3568990. OLE color: 3568990.
HSL color Cylindrical-coordinate representation of color #5E7536: hue angle of 81.9º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7536 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 54 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.54 |
| HSL | 81.9º | 0.37% | 0.34% | - |
| HSV(B) | 81.9º | 0.54% | 0.46% | - |
| XYZ | 11.64 | 15.37 | 5.84 | - |
| YUV | 102.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 54 | 0.20 | 0 | 0.54 | 0.54 | 81.9 | 0.37 | 0.34 |
| Hex | 5E | 75 | 36 | 14 | 0 | 36 | 36 | 52 | 25 | 22 |
| Octal | 136 | 165 | 66 | 24 | 0 | 66 | 66 | 122 | 45 | 42 |
| Binary | 1011110 | 1110101 | 110110 | 10100 | 0 | 110110 | 110110 | 1010010 | 100101 | 100010 |
Color Harmonies of #5E7536
Complementary color
Monochromatic Colors of #5E7536
Black with #5E7536
Text Example
Text Example
White with #5E7536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7536; }
p { color: rgb(94,117,54); }
H1.HeaderClassName
{
color: #5E7536;
}
.AnyTagClassName
{
color: #5E7536;
}
</style>
background-color css
<style>
a { background-color: #5E7536; }
a { background-color: rgb(94,117,54); }
div.DivClassName
{
background-color: #5E7536;
}
.BgClassName
{
background-color: #5E7536;
}
</style>
border-color css
<style>
span { border-color: #5E7536; }
span { border-color: rgb(94,117,54); }
td.TdClassName
{
border-color: #5E7536;
}
.TagClassName
{
border-color: #5E7536;
}
</style>