Shades of Dark Olive Green #5B6E33
Tints of Dark Olive Green #5B6E33
RGB
CMYK
RGB Variations
Color information
#5B6E33 (or 0x5B6E33) is known color: Dark Olive Green. HEX triplet: 5B, 6E and 33. RGB value is (91,110,51). Sum of RGB (Red+Green+Blue) = 91+110+51=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #5B6E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6E33 is #A491CC. Grayscale: #616161. Windows color (decimal): -10785229 or 3370587. OLE color: 3370587.
HSL color Cylindrical-coordinate representation of color #5B6E33: hue angle of 79.32º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B6E33 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 110 | 51 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.57 |
| HSL | 79.32º | 0.37% | 0.32% | - |
| HSV(B) | 79.32º | 0.54% | 0.43% | - |
| XYZ | 10.49 | 13.62 | 5.21 | - |
| YUV | 97.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 51 | 0.17 | 0 | 0.54 | 0.57 | 79.32 | 0.37 | 0.32 |
| Hex | 5B | 6E | 33 | 11 | 0 | 36 | 39 | 4F | 25 | 20 |
| Octal | 133 | 156 | 63 | 21 | 0 | 66 | 71 | 117 | 45 | 40 |
| Binary | 1011011 | 1101110 | 110011 | 10001 | 0 | 110110 | 111001 | 1001111 | 100101 | 100000 |
Color Harmonies of #5B6E33
Complementary color
Monochromatic Colors of #5B6E33
Black with #5B6E33
Text Example
Text Example
White with #5B6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6E33; }
p { color: rgb(91,110,51); }
H1.HeaderClassName
{
color: #5B6E33;
}
.AnyTagClassName
{
color: #5B6E33;
}
</style>
background-color css
<style>
a { background-color: #5B6E33; }
a { background-color: rgb(91,110,51); }
div.DivClassName
{
background-color: #5B6E33;
}
.BgClassName
{
background-color: #5B6E33;
}
</style>
border-color css
<style>
span { border-color: #5B6E33; }
span { border-color: rgb(91,110,51); }
td.TdClassName
{
border-color: #5B6E33;
}
.TagClassName
{
border-color: #5B6E33;
}
</style>