Shades of Dark Olive Green #5B6732
Tints of Dark Olive Green #5B6732
RGB
CMYK
RGB Variations
Color information
#5B6732 (or 0x5B6732) is known color: Dark Olive Green. HEX triplet: 5B, 67 and 32. RGB value is (91,103,50). Sum of RGB (Red+Green+Blue) = 91+103+50=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #5B6732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6732 is #A498CD. Grayscale: #5D5D5D. Windows color (decimal): -10787022 or 3303259. OLE color: 3303259.
HSL color Cylindrical-coordinate representation of color #5B6732: hue angle of 73.58º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6732 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 50 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.60 |
| HSL | 73.58º | 0.35% | 0.3% | - |
| HSV(B) | 73.58º | 0.51% | 0.4% | - |
| XYZ | 9.74 | 12.15 | 4.85 | - |
| YUV | 93.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 50 | 0.12 | 0 | 0.51 | 0.60 | 73.58 | 0.35 | 0.3 |
| Hex | 5B | 67 | 32 | C | 0 | 33 | 3C | 4A | 23 | 1E |
| Octal | 133 | 147 | 62 | 14 | 0 | 63 | 74 | 112 | 43 | 36 |
| Binary | 1011011 | 1100111 | 110010 | 1100 | 0 | 110011 | 111100 | 1001010 | 100011 | 11110 |
Color Harmonies of #5B6732
Complementary color
Monochromatic Colors of #5B6732
Black with #5B6732
Text Example
Text Example
White with #5B6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6732; }
p { color: rgb(91,103,50); }
H1.HeaderClassName
{
color: #5B6732;
}
.AnyTagClassName
{
color: #5B6732;
}
</style>
background-color css
<style>
a { background-color: #5B6732; }
a { background-color: rgb(91,103,50); }
div.DivClassName
{
background-color: #5B6732;
}
.BgClassName
{
background-color: #5B6732;
}
</style>
border-color css
<style>
span { border-color: #5B6732; }
span { border-color: rgb(91,103,50); }
td.TdClassName
{
border-color: #5B6732;
}
.TagClassName
{
border-color: #5B6732;
}
</style>