Shades of Dark Olive Green #5B7D32
Tints of Dark Olive Green #5B7D32
RGB
CMYK
RGB Variations
Color information
#5B7D32 (or 0x5B7D32) is known color: Dark Olive Green. HEX triplet: 5B, 7D and 32. RGB value is (91,125,50). Sum of RGB (Red+Green+Blue) = 91+125+50=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7D32 is #A482CD. Grayscale: #6A6A6A. Windows color (decimal): -10781390 or 3308891. OLE color: 3308891.
HSL color Cylindrical-coordinate representation of color #5B7D32: hue angle of 87.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B7D32 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 50 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.51 |
| HSL | 87.2º | 0.43% | 0.34% | - |
| HSV(B) | 87.2º | 0.6% | 0.49% | - |
| XYZ | 12.22 | 17.12 | 5.68 | - |
| YUV | 106.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 50 | 0.27 | 0 | 0.60 | 0.51 | 87.2 | 0.43 | 0.34 |
| Hex | 5B | 7D | 32 | 1B | 0 | 3C | 33 | 57 | 2B | 22 |
| Octal | 133 | 175 | 62 | 33 | 0 | 74 | 63 | 127 | 53 | 42 |
| Binary | 1011011 | 1111101 | 110010 | 11011 | 0 | 111100 | 110011 | 1010111 | 101011 | 100010 |
Color Harmonies of #5B7D32
Complementary color
Monochromatic Colors of #5B7D32
Black with #5B7D32
Text Example
Text Example
White with #5B7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D32; }
p { color: rgb(91,125,50); }
H1.HeaderClassName
{
color: #5B7D32;
}
.AnyTagClassName
{
color: #5B7D32;
}
</style>
background-color css
<style>
a { background-color: #5B7D32; }
a { background-color: rgb(91,125,50); }
div.DivClassName
{
background-color: #5B7D32;
}
.BgClassName
{
background-color: #5B7D32;
}
</style>
border-color css
<style>
span { border-color: #5B7D32; }
span { border-color: rgb(91,125,50); }
td.TdClassName
{
border-color: #5B7D32;
}
.TagClassName
{
border-color: #5B7D32;
}
</style>