Shades of Dark Olive Green #5B6F2F
Tints of Dark Olive Green #5B6F2F
RGB
CMYK
RGB Variations
Color information
#5B6F2F (or 0x5B6F2F) is known color: Dark Olive Green. HEX triplet: 5B, 6F and 2F. RGB value is (91,111,47). Sum of RGB (Red+Green+Blue) = 91+111+47=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6F2F is #A490D0. Grayscale: #616161. Windows color (decimal): -10784977 or 3108699. OLE color: 3108699.
HSL color Cylindrical-coordinate representation of color #5B6F2F: hue angle of 78.75º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B6F2F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 47 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.56 |
| HSL | 78.75º | 0.41% | 0.31% | - |
| HSV(B) | 78.75º | 0.58% | 0.44% | - |
| XYZ | 10.51 | 13.8 | 4.8 | - |
| YUV | 97.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 47 | 0.18 | 0 | 0.58 | 0.56 | 78.75 | 0.41 | 0.31 |
| Hex | 5B | 6F | 2F | 12 | 0 | 3A | 38 | 4F | 29 | 1F |
| Octal | 133 | 157 | 57 | 22 | 0 | 72 | 70 | 117 | 51 | 37 |
| Binary | 1011011 | 1101111 | 101111 | 10010 | 0 | 111010 | 111000 | 1001111 | 101001 | 11111 |
Color Harmonies of #5B6F2F
Complementary color
Monochromatic Colors of #5B6F2F
Black with #5B6F2F
Text Example
Text Example
White with #5B6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F2F; }
p { color: rgb(91,111,47); }
H1.HeaderClassName
{
color: #5B6F2F;
}
.AnyTagClassName
{
color: #5B6F2F;
}
</style>
background-color css
<style>
a { background-color: #5B6F2F; }
a { background-color: rgb(91,111,47); }
div.DivClassName
{
background-color: #5B6F2F;
}
.BgClassName
{
background-color: #5B6F2F;
}
</style>
border-color css
<style>
span { border-color: #5B6F2F; }
span { border-color: rgb(91,111,47); }
td.TdClassName
{
border-color: #5B6F2F;
}
.TagClassName
{
border-color: #5B6F2F;
}
</style>