Shades of Dark Olive Green #5E7B33
Tints of Dark Olive Green #5E7B33
RGB
CMYK
RGB Variations
Color information
#5E7B33 (or 0x5E7B33) is known color: Dark Olive Green. HEX triplet: 5E, 7B and 33. RGB value is (94,123,51). Sum of RGB (Red+Green+Blue) = 94+123+51=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7B33 is #A184CC. Grayscale: #6A6A6A. Windows color (decimal): -10585293 or 3373918. OLE color: 3373918.
HSL color Cylindrical-coordinate representation of color #5E7B33: hue angle of 84.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E7B33 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 123 | 51 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.52 |
| HSL | 84.17º | 0.41% | 0.34% | - |
| HSV(B) | 84.17º | 0.59% | 0.48% | - |
| XYZ | 12.3 | 16.78 | 5.72 | - |
| YUV | 106.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 51 | 0.24 | 0 | 0.59 | 0.52 | 84.17 | 0.41 | 0.34 |
| Hex | 5E | 7B | 33 | 18 | 0 | 3B | 34 | 54 | 29 | 22 |
| Octal | 136 | 173 | 63 | 30 | 0 | 73 | 64 | 124 | 51 | 42 |
| Binary | 1011110 | 1111011 | 110011 | 11000 | 0 | 111011 | 110100 | 1010100 | 101001 | 100010 |
Color Harmonies of #5E7B33
Complementary color
Monochromatic Colors of #5E7B33
Black with #5E7B33
Text Example
Text Example
White with #5E7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B33; }
p { color: rgb(94,123,51); }
H1.HeaderClassName
{
color: #5E7B33;
}
.AnyTagClassName
{
color: #5E7B33;
}
</style>
background-color css
<style>
a { background-color: #5E7B33; }
a { background-color: rgb(94,123,51); }
div.DivClassName
{
background-color: #5E7B33;
}
.BgClassName
{
background-color: #5E7B33;
}
</style>
border-color css
<style>
span { border-color: #5E7B33; }
span { border-color: rgb(94,123,51); }
td.TdClassName
{
border-color: #5E7B33;
}
.TagClassName
{
border-color: #5E7B33;
}
</style>