Shades of Dark Olive Green #5B6537
Tints of Dark Olive Green #5B6537
RGB
CMYK
RGB Variations
Color information
#5B6537 (or 0x5B6537) is known color: Dark Olive Green. HEX triplet: 5B, 65 and 37. RGB value is (91,101,55). Sum of RGB (Red+Green+Blue) = 91+101+55=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6537 is #A49AC8. Grayscale: #5C5C5C. Windows color (decimal): -10787529 or 3630427. OLE color: 3630427.
HSL color Cylindrical-coordinate representation of color #5B6537: hue angle of 73.04º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B6537 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 55 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.60 |
| HSL | 73.04º | 0.29% | 0.31% | - |
| HSV(B) | 73.04º | 0.46% | 0.4% | - |
| XYZ | 9.66 | 11.81 | 5.38 | - |
| YUV | 92.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 55 | 0.10 | 0 | 0.46 | 0.60 | 73.04 | 0.29 | 0.31 |
| Hex | 5B | 65 | 37 | A | 0 | 2E | 3C | 49 | 1D | 1F |
| Octal | 133 | 145 | 67 | 12 | 0 | 56 | 74 | 111 | 35 | 37 |
| Binary | 1011011 | 1100101 | 110111 | 1010 | 0 | 101110 | 111100 | 1001001 | 11101 | 11111 |
Color Harmonies of #5B6537
Complementary color
Monochromatic Colors of #5B6537
Black with #5B6537
Text Example
Text Example
White with #5B6537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6537; }
p { color: rgb(91,101,55); }
H1.HeaderClassName
{
color: #5B6537;
}
.AnyTagClassName
{
color: #5B6537;
}
</style>
background-color css
<style>
a { background-color: #5B6537; }
a { background-color: rgb(91,101,55); }
div.DivClassName
{
background-color: #5B6537;
}
.BgClassName
{
background-color: #5B6537;
}
</style>
border-color css
<style>
span { border-color: #5B6537; }
span { border-color: rgb(91,101,55); }
td.TdClassName
{
border-color: #5B6537;
}
.TagClassName
{
border-color: #5B6537;
}
</style>