Shades of Dark Olive Green #5B6E34
Tints of Dark Olive Green #5B6E34
RGB
CMYK
RGB Variations
Color information
#5B6E34 (or 0x5B6E34) is known color: Dark Olive Green. HEX triplet: 5B, 6E and 34. RGB value is (91,110,52). Sum of RGB (Red+Green+Blue) = 91+110+52=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #5B6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6E34 is #A491CB. Grayscale: #616161. Windows color (decimal): -10785228 or 3436123. OLE color: 3436123.
HSL color Cylindrical-coordinate representation of color #5B6E34: hue angle of 79.66º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B6E34 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 110 | 52 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.57 |
| HSL | 79.66º | 0.36% | 0.32% | - |
| HSV(B) | 79.66º | 0.53% | 0.43% | - |
| XYZ | 10.51 | 13.62 | 5.32 | - |
| YUV | 97.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 52 | 0.17 | 0 | 0.53 | 0.57 | 79.66 | 0.36 | 0.32 |
| Hex | 5B | 6E | 34 | 11 | 0 | 35 | 39 | 50 | 24 | 20 |
| Octal | 133 | 156 | 64 | 21 | 0 | 65 | 71 | 120 | 44 | 40 |
| Binary | 1011011 | 1101110 | 110100 | 10001 | 0 | 110101 | 111001 | 1010000 | 100100 | 100000 |
Color Harmonies of #5B6E34
Complementary color
Monochromatic Colors of #5B6E34
Black with #5B6E34
Text Example
Text Example
White with #5B6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6E34; }
p { color: rgb(91,110,52); }
H1.HeaderClassName
{
color: #5B6E34;
}
.AnyTagClassName
{
color: #5B6E34;
}
</style>
background-color css
<style>
a { background-color: #5B6E34; }
a { background-color: rgb(91,110,52); }
div.DivClassName
{
background-color: #5B6E34;
}
.BgClassName
{
background-color: #5B6E34;
}
</style>
border-color css
<style>
span { border-color: #5B6E34; }
span { border-color: rgb(91,110,52); }
td.TdClassName
{
border-color: #5B6E34;
}
.TagClassName
{
border-color: #5B6E34;
}
</style>