Shades of Dark Olive Green #5B742E
Tints of Dark Olive Green #5B742E
RGB
CMYK
RGB Variations
Color information
#5B742E (or 0x5B742E) is known color: Dark Olive Green. HEX triplet: 5B, 74 and 2E. RGB value is (91,116,46). Sum of RGB (Red+Green+Blue) = 91+116+46=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #5B742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B742E is #A48BD1. Grayscale: #646464. Windows color (decimal): -10783698 or 3044443. OLE color: 3044443.
HSL color Cylindrical-coordinate representation of color #5B742E: hue angle of 81.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B742E is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 46 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.55 |
| HSL | 81.43º | 0.43% | 0.32% | - |
| HSV(B) | 81.43º | 0.6% | 0.45% | - |
| XYZ | 11.05 | 14.91 | 4.88 | - |
| YUV | 100.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 46 | 0.22 | 0 | 0.60 | 0.55 | 81.43 | 0.43 | 0.32 |
| Hex | 5B | 74 | 2E | 16 | 0 | 3C | 37 | 51 | 2B | 20 |
| Octal | 133 | 164 | 56 | 26 | 0 | 74 | 67 | 121 | 53 | 40 |
| Binary | 1011011 | 1110100 | 101110 | 10110 | 0 | 111100 | 110111 | 1010001 | 101011 | 100000 |
Color Harmonies of #5B742E
Complementary color
Monochromatic Colors of #5B742E
Black with #5B742E
Text Example
Text Example
White with #5B742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B742E; }
p { color: rgb(91,116,46); }
H1.HeaderClassName
{
color: #5B742E;
}
.AnyTagClassName
{
color: #5B742E;
}
</style>
background-color css
<style>
a { background-color: #5B742E; }
a { background-color: rgb(91,116,46); }
div.DivClassName
{
background-color: #5B742E;
}
.BgClassName
{
background-color: #5B742E;
}
</style>
border-color css
<style>
span { border-color: #5B742E; }
span { border-color: rgb(91,116,46); }
td.TdClassName
{
border-color: #5B742E;
}
.TagClassName
{
border-color: #5B742E;
}
</style>