Shades of Dark Olive Green #5B6D2F
Tints of Dark Olive Green #5B6D2F
RGB
CMYK
RGB Variations
Color information
#5B6D2F (or 0x5B6D2F) is known color: Dark Olive Green. HEX triplet: 5B, 6D and 2F. RGB value is (91,109,47). Sum of RGB (Red+Green+Blue) = 91+109+47=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6D2F is #A492D0. Grayscale: #606060. Windows color (decimal): -10785489 or 3108187. OLE color: 3108187.
HSL color Cylindrical-coordinate representation of color #5B6D2F: hue angle of 77.42º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B6D2F is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 109 | 47 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.57 |
| HSL | 77.42º | 0.4% | 0.31% | - |
| HSV(B) | 77.42º | 0.57% | 0.43% | - |
| XYZ | 10.3 | 13.37 | 4.73 | - |
| YUV | 96.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 47 | 0.17 | 0 | 0.57 | 0.57 | 77.42 | 0.4 | 0.31 |
| Hex | 5B | 6D | 2F | 11 | 0 | 39 | 39 | 4D | 28 | 1F |
| Octal | 133 | 155 | 57 | 21 | 0 | 71 | 71 | 115 | 50 | 37 |
| Binary | 1011011 | 1101101 | 101111 | 10001 | 0 | 111001 | 111001 | 1001101 | 101000 | 11111 |
Color Harmonies of #5B6D2F
Complementary color
Monochromatic Colors of #5B6D2F
Black with #5B6D2F
Text Example
Text Example
White with #5B6D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6D2F; }
p { color: rgb(91,109,47); }
H1.HeaderClassName
{
color: #5B6D2F;
}
.AnyTagClassName
{
color: #5B6D2F;
}
</style>
background-color css
<style>
a { background-color: #5B6D2F; }
a { background-color: rgb(91,109,47); }
div.DivClassName
{
background-color: #5B6D2F;
}
.BgClassName
{
background-color: #5B6D2F;
}
</style>
border-color css
<style>
span { border-color: #5B6D2F; }
span { border-color: rgb(91,109,47); }
td.TdClassName
{
border-color: #5B6D2F;
}
.TagClassName
{
border-color: #5B6D2F;
}
</style>