Shades of Dark Olive Green #5B7732
Tints of Dark Olive Green #5B7732
RGB
CMYK
RGB Variations
Color information
#5B7732 (or 0x5B7732) is known color: Dark Olive Green. HEX triplet: 5B, 77 and 32. RGB value is (91,119,50). Sum of RGB (Red+Green+Blue) = 91+119+50=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7732 is #A488CD. Grayscale: #676767. Windows color (decimal): -10782926 or 3307355. OLE color: 3307355.
HSL color Cylindrical-coordinate representation of color #5B7732: hue angle of 84.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B7732 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 50 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.53 |
| HSL | 84.35º | 0.41% | 0.33% | - |
| HSV(B) | 84.35º | 0.58% | 0.47% | - |
| XYZ | 11.49 | 15.65 | 5.43 | - |
| YUV | 102.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 50 | 0.24 | 0 | 0.58 | 0.53 | 84.35 | 0.41 | 0.33 |
| Hex | 5B | 77 | 32 | 18 | 0 | 3A | 35 | 54 | 29 | 21 |
| Octal | 133 | 167 | 62 | 30 | 0 | 72 | 65 | 124 | 51 | 41 |
| Binary | 1011011 | 1110111 | 110010 | 11000 | 0 | 111010 | 110101 | 1010100 | 101001 | 100001 |
Color Harmonies of #5B7732
Complementary color
Monochromatic Colors of #5B7732
Black with #5B7732
Text Example
Text Example
White with #5B7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7732; }
p { color: rgb(91,119,50); }
H1.HeaderClassName
{
color: #5B7732;
}
.AnyTagClassName
{
color: #5B7732;
}
</style>
background-color css
<style>
a { background-color: #5B7732; }
a { background-color: rgb(91,119,50); }
div.DivClassName
{
background-color: #5B7732;
}
.BgClassName
{
background-color: #5B7732;
}
</style>
border-color css
<style>
span { border-color: #5B7732; }
span { border-color: rgb(91,119,50); }
td.TdClassName
{
border-color: #5B7732;
}
.TagClassName
{
border-color: #5B7732;
}
</style>