Shades of Dark Olive Green #5B6D31
Tints of Dark Olive Green #5B6D31
RGB
CMYK
RGB Variations
Color information
#5B6D31 (or 0x5B6D31) is known color: Dark Olive Green. HEX triplet: 5B, 6D and 31. RGB value is (91,109,49). Sum of RGB (Red+Green+Blue) = 91+109+49=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6D31 is #A492CE. Grayscale: #616161. Windows color (decimal): -10785487 or 3239259. OLE color: 3239259.
HSL color Cylindrical-coordinate representation of color #5B6D31: hue angle of 78º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B6D31 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 109 | 49 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.57 |
| HSL | 78º | 0.38% | 0.31% | - |
| HSV(B) | 78º | 0.55% | 0.43% | - |
| XYZ | 10.34 | 13.38 | 4.94 | - |
| YUV | 96.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 49 | 0.17 | 0 | 0.55 | 0.57 | 78 | 0.38 | 0.31 |
| Hex | 5B | 6D | 31 | 11 | 0 | 37 | 39 | 4E | 26 | 1F |
| Octal | 133 | 155 | 61 | 21 | 0 | 67 | 71 | 116 | 46 | 37 |
| Binary | 1011011 | 1101101 | 110001 | 10001 | 0 | 110111 | 111001 | 1001110 | 100110 | 11111 |
Color Harmonies of #5B6D31
Complementary color
Monochromatic Colors of #5B6D31
Black with #5B6D31
Text Example
Text Example
White with #5B6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6D31; }
p { color: rgb(91,109,49); }
H1.HeaderClassName
{
color: #5B6D31;
}
.AnyTagClassName
{
color: #5B6D31;
}
</style>
background-color css
<style>
a { background-color: #5B6D31; }
a { background-color: rgb(91,109,49); }
div.DivClassName
{
background-color: #5B6D31;
}
.BgClassName
{
background-color: #5B6D31;
}
</style>
border-color css
<style>
span { border-color: #5B6D31; }
span { border-color: rgb(91,109,49); }
td.TdClassName
{
border-color: #5B6D31;
}
.TagClassName
{
border-color: #5B6D31;
}
</style>