Shades of Dark Olive Green #5E6B33
Tints of Dark Olive Green #5E6B33
RGB
CMYK
RGB Variations
Color information
#5E6B33 (or 0x5E6B33) is known color: Dark Olive Green. HEX triplet: 5E, 6B and 33. RGB value is (94,107,51). Sum of RGB (Red+Green+Blue) = 94+107+51=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B33 is #A194CC. Grayscale: #606060. Windows color (decimal): -10589389 or 3369822. OLE color: 3369822.
HSL color Cylindrical-coordinate representation of color #5E6B33: hue angle of 73.93º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E6B33 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 51 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.58 |
| HSL | 73.93º | 0.35% | 0.31% | - |
| HSV(B) | 73.93º | 0.52% | 0.42% | - |
| XYZ | 10.47 | 13.13 | 5.12 | - |
| YUV | 96.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 51 | 0.12 | 0 | 0.52 | 0.58 | 73.93 | 0.35 | 0.31 |
| Hex | 5E | 6B | 33 | C | 0 | 34 | 3A | 4A | 23 | 1F |
| Octal | 136 | 153 | 63 | 14 | 0 | 64 | 72 | 112 | 43 | 37 |
| Binary | 1011110 | 1101011 | 110011 | 1100 | 0 | 110100 | 111010 | 1001010 | 100011 | 11111 |
Color Harmonies of #5E6B33
Complementary color
Monochromatic Colors of #5E6B33
Black with #5E6B33
Text Example
Text Example
White with #5E6B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B33; }
p { color: rgb(94,107,51); }
H1.HeaderClassName
{
color: #5E6B33;
}
.AnyTagClassName
{
color: #5E6B33;
}
</style>
background-color css
<style>
a { background-color: #5E6B33; }
a { background-color: rgb(94,107,51); }
div.DivClassName
{
background-color: #5E6B33;
}
.BgClassName
{
background-color: #5E6B33;
}
</style>
border-color css
<style>
span { border-color: #5E6B33; }
span { border-color: rgb(94,107,51); }
td.TdClassName
{
border-color: #5E6B33;
}
.TagClassName
{
border-color: #5E6B33;
}
</style>