Shades of Dark Olive Green #5B6B32
Tints of Dark Olive Green #5B6B32
RGB
CMYK
RGB Variations
Color information
#5B6B32 (or 0x5B6B32) is known color: Dark Olive Green. HEX triplet: 5B, 6B and 32. RGB value is (91,107,50). Sum of RGB (Red+Green+Blue) = 91+107+50=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B32 is #A494CD. Grayscale: #5F5F5F. Windows color (decimal): -10785998 or 3304283. OLE color: 3304283.
HSL color Cylindrical-coordinate representation of color #5B6B32: hue angle of 76.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B6B32 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 50 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.58 |
| HSL | 76.84º | 0.36% | 0.31% | - |
| HSV(B) | 76.84º | 0.53% | 0.42% | - |
| XYZ | 10.15 | 12.97 | 4.99 | - |
| YUV | 95.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 50 | 0.15 | 0 | 0.53 | 0.58 | 76.84 | 0.36 | 0.31 |
| Hex | 5B | 6B | 32 | F | 0 | 35 | 3A | 4D | 24 | 1F |
| Octal | 133 | 153 | 62 | 17 | 0 | 65 | 72 | 115 | 44 | 37 |
| Binary | 1011011 | 1101011 | 110010 | 1111 | 0 | 110101 | 111010 | 1001101 | 100100 | 11111 |
Color Harmonies of #5B6B32
Complementary color
Monochromatic Colors of #5B6B32
Black with #5B6B32
Text Example
Text Example
White with #5B6B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B32; }
p { color: rgb(91,107,50); }
H1.HeaderClassName
{
color: #5B6B32;
}
.AnyTagClassName
{
color: #5B6B32;
}
</style>
background-color css
<style>
a { background-color: #5B6B32; }
a { background-color: rgb(91,107,50); }
div.DivClassName
{
background-color: #5B6B32;
}
.BgClassName
{
background-color: #5B6B32;
}
</style>
border-color css
<style>
span { border-color: #5B6B32; }
span { border-color: rgb(91,107,50); }
td.TdClassName
{
border-color: #5B6B32;
}
.TagClassName
{
border-color: #5B6B32;
}
</style>