Shades of Dark Olive Green #5B7126
Tints of Dark Olive Green #5B7126
RGB
CMYK
RGB Variations
Color information
#5B7126 (or 0x5B7126) is known color: Dark Olive Green. HEX triplet: 5B, 71 and 26. RGB value is (91,113,38). Sum of RGB (Red+Green+Blue) = 91+113+38=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7126 is #A48ED9. Grayscale: #626262. Windows color (decimal): -10784474 or 2519387. OLE color: 2519387.
HSL color Cylindrical-coordinate representation of color #5B7126: hue angle of 77.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B7126 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 113 | 38 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.56 |
| HSL | 77.6º | 0.5% | 0.3% | - |
| HSV(B) | 77.6º | 0.66% | 0.44% | - |
| XYZ | 10.57 | 14.17 | 4.01 | - |
| YUV | 97.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 38 | 0.19 | 0 | 0.66 | 0.56 | 77.6 | 0.5 | 0.3 |
| Hex | 5B | 71 | 26 | 13 | 0 | 42 | 38 | 4E | 32 | 1E |
| Octal | 133 | 161 | 46 | 23 | 0 | 102 | 70 | 116 | 62 | 36 |
| Binary | 1011011 | 1110001 | 100110 | 10011 | 0 | 1000010 | 111000 | 1001110 | 110010 | 11110 |
Color Harmonies of #5B7126
Complementary color
Monochromatic Colors of #5B7126
Black with #5B7126
Text Example
Text Example
White with #5B7126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7126; }
p { color: rgb(91,113,38); }
H1.HeaderClassName
{
color: #5B7126;
}
.AnyTagClassName
{
color: #5B7126;
}
</style>
background-color css
<style>
a { background-color: #5B7126; }
a { background-color: rgb(91,113,38); }
div.DivClassName
{
background-color: #5B7126;
}
.BgClassName
{
background-color: #5B7126;
}
</style>
border-color css
<style>
span { border-color: #5B7126; }
span { border-color: rgb(91,113,38); }
td.TdClassName
{
border-color: #5B7126;
}
.TagClassName
{
border-color: #5B7126;
}
</style>