Shades of Dark Olive Green #5E7933
Tints of Dark Olive Green #5E7933
RGB
CMYK
RGB Variations
Color information
#5E7933 (or 0x5E7933) is known color: Dark Olive Green. HEX triplet: 5E, 79 and 33. RGB value is (94,121,51). Sum of RGB (Red+Green+Blue) = 94+121+51=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7933 is #A186CC. Grayscale: #696969. Windows color (decimal): -10585805 or 3373406. OLE color: 3373406.
HSL color Cylindrical-coordinate representation of color #5E7933: hue angle of 83.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7933 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 51 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.53 |
| HSL | 83.14º | 0.41% | 0.34% | - |
| HSV(B) | 83.14º | 0.58% | 0.47% | - |
| XYZ | 12.05 | 16.29 | 5.64 | - |
| YUV | 104.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 51 | 0.22 | 0 | 0.58 | 0.53 | 83.14 | 0.41 | 0.34 |
| Hex | 5E | 79 | 33 | 16 | 0 | 3A | 35 | 53 | 29 | 22 |
| Octal | 136 | 171 | 63 | 26 | 0 | 72 | 65 | 123 | 51 | 42 |
| Binary | 1011110 | 1111001 | 110011 | 10110 | 0 | 111010 | 110101 | 1010011 | 101001 | 100010 |
Color Harmonies of #5E7933
Complementary color
Monochromatic Colors of #5E7933
Black with #5E7933
Text Example
Text Example
White with #5E7933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7933; }
p { color: rgb(94,121,51); }
H1.HeaderClassName
{
color: #5E7933;
}
.AnyTagClassName
{
color: #5E7933;
}
</style>
background-color css
<style>
a { background-color: #5E7933; }
a { background-color: rgb(94,121,51); }
div.DivClassName
{
background-color: #5E7933;
}
.BgClassName
{
background-color: #5E7933;
}
</style>
border-color css
<style>
span { border-color: #5E7933; }
span { border-color: rgb(94,121,51); }
td.TdClassName
{
border-color: #5E7933;
}
.TagClassName
{
border-color: #5E7933;
}
</style>