Shades of Dark Olive Green #5B742B
Tints of Dark Olive Green #5B742B
RGB
CMYK
RGB Variations
Color information
#5B742B (or 0x5B742B) is known color: Dark Olive Green. HEX triplet: 5B, 74 and 2B. RGB value is (91,116,43). Sum of RGB (Red+Green+Blue) = 91+116+43=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #5B742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B742B is #A48BD4. Grayscale: #646464. Windows color (decimal): -10783701 or 2847835. OLE color: 2847835.
HSL color Cylindrical-coordinate representation of color #5B742B: hue angle of 80.55º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B742B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 43 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.55 |
| HSL | 80.55º | 0.46% | 0.31% | - |
| HSV(B) | 80.55º | 0.63% | 0.45% | - |
| XYZ | 11 | 14.89 | 4.58 | - |
| YUV | 100.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 43 | 0.22 | 0 | 0.63 | 0.55 | 80.55 | 0.46 | 0.31 |
| Hex | 5B | 74 | 2B | 16 | 0 | 3F | 37 | 51 | 2E | 1F |
| Octal | 133 | 164 | 53 | 26 | 0 | 77 | 67 | 121 | 56 | 37 |
| Binary | 1011011 | 1110100 | 101011 | 10110 | 0 | 111111 | 110111 | 1010001 | 101110 | 11111 |
Color Harmonies of #5B742B
Complementary color
Monochromatic Colors of #5B742B
Black with #5B742B
Text Example
Text Example
White with #5B742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B742B; }
p { color: rgb(91,116,43); }
H1.HeaderClassName
{
color: #5B742B;
}
.AnyTagClassName
{
color: #5B742B;
}
</style>
background-color css
<style>
a { background-color: #5B742B; }
a { background-color: rgb(91,116,43); }
div.DivClassName
{
background-color: #5B742B;
}
.BgClassName
{
background-color: #5B742B;
}
</style>
border-color css
<style>
span { border-color: #5B742B; }
span { border-color: rgb(91,116,43); }
td.TdClassName
{
border-color: #5B742B;
}
.TagClassName
{
border-color: #5B742B;
}
</style>