Shades of Dark Olive Green #5B6B2F
Tints of Dark Olive Green #5B6B2F
RGB
CMYK
RGB Variations
Color information
#5B6B2F (or 0x5B6B2F) is known color: Dark Olive Green. HEX triplet: 5B, 6B and 2F. RGB value is (91,107,47). Sum of RGB (Red+Green+Blue) = 91+107+47=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B2F is #A494D0. Grayscale: #5F5F5F. Windows color (decimal): -10786001 or 3107675. OLE color: 3107675.
HSL color Cylindrical-coordinate representation of color #5B6B2F: hue angle of 76º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B6B2F is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 47 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.58 |
| HSL | 76º | 0.39% | 0.3% | - |
| HSV(B) | 76º | 0.56% | 0.42% | - |
| XYZ | 10.09 | 12.94 | 4.66 | - |
| YUV | 95.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 47 | 0.15 | 0 | 0.56 | 0.58 | 76 | 0.39 | 0.3 |
| Hex | 5B | 6B | 2F | F | 0 | 38 | 3A | 4C | 27 | 1E |
| Octal | 133 | 153 | 57 | 17 | 0 | 70 | 72 | 114 | 47 | 36 |
| Binary | 1011011 | 1101011 | 101111 | 1111 | 0 | 111000 | 111010 | 1001100 | 100111 | 11110 |
Color Harmonies of #5B6B2F
Complementary color
Monochromatic Colors of #5B6B2F
Black with #5B6B2F
Text Example
Text Example
White with #5B6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B2F; }
p { color: rgb(91,107,47); }
H1.HeaderClassName
{
color: #5B6B2F;
}
.AnyTagClassName
{
color: #5B6B2F;
}
</style>
background-color css
<style>
a { background-color: #5B6B2F; }
a { background-color: rgb(91,107,47); }
div.DivClassName
{
background-color: #5B6B2F;
}
.BgClassName
{
background-color: #5B6B2F;
}
</style>
border-color css
<style>
span { border-color: #5B6B2F; }
span { border-color: rgb(91,107,47); }
td.TdClassName
{
border-color: #5B6B2F;
}
.TagClassName
{
border-color: #5B6B2F;
}
</style>