Shades of Dark Olive Green #5B7B2F
Tints of Dark Olive Green #5B7B2F
RGB
CMYK
RGB Variations
Color information
#5B7B2F (or 0x5B7B2F) is known color: Dark Olive Green. HEX triplet: 5B, 7B and 2F. RGB value is (91,123,47). Sum of RGB (Red+Green+Blue) = 91+123+47=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7B2F is #A484D0. Grayscale: #696969. Windows color (decimal): -10781905 or 3111771. OLE color: 3111771.
HSL color Cylindrical-coordinate representation of color #5B7B2F: hue angle of 85.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B7B2F is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 123 | 47 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.52 |
| HSL | 85.26º | 0.45% | 0.33% | - |
| HSV(B) | 85.26º | 0.62% | 0.48% | - |
| XYZ | 11.91 | 16.6 | 5.26 | - |
| YUV | 104.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 47 | 0.26 | 0 | 0.62 | 0.52 | 85.26 | 0.45 | 0.33 |
| Hex | 5B | 7B | 2F | 1A | 0 | 3E | 34 | 55 | 2D | 21 |
| Octal | 133 | 173 | 57 | 32 | 0 | 76 | 64 | 125 | 55 | 41 |
| Binary | 1011011 | 1111011 | 101111 | 11010 | 0 | 111110 | 110100 | 1010101 | 101101 | 100001 |
Color Harmonies of #5B7B2F
Complementary color
Monochromatic Colors of #5B7B2F
Black with #5B7B2F
Text Example
Text Example
White with #5B7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B2F; }
p { color: rgb(91,123,47); }
H1.HeaderClassName
{
color: #5B7B2F;
}
.AnyTagClassName
{
color: #5B7B2F;
}
</style>
background-color css
<style>
a { background-color: #5B7B2F; }
a { background-color: rgb(91,123,47); }
div.DivClassName
{
background-color: #5B7B2F;
}
.BgClassName
{
background-color: #5B7B2F;
}
</style>
border-color css
<style>
span { border-color: #5B7B2F; }
span { border-color: rgb(91,123,47); }
td.TdClassName
{
border-color: #5B7B2F;
}
.TagClassName
{
border-color: #5B7B2F;
}
</style>