Shades of Dark Olive Green #5B7530
Tints of Dark Olive Green #5B7530
RGB
CMYK
RGB Variations
Color information
#5B7530 (or 0x5B7530) is known color: Dark Olive Green. HEX triplet: 5B, 75 and 30. RGB value is (91,117,48). Sum of RGB (Red+Green+Blue) = 91+117+48=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7530 is #A48ACF. Grayscale: #656565. Windows color (decimal): -10783440 or 3175771. OLE color: 3175771.
HSL color Cylindrical-coordinate representation of color #5B7530: hue angle of 82.61º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B7530 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 117 | 48 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.54 |
| HSL | 82.61º | 0.42% | 0.32% | - |
| HSV(B) | 82.61º | 0.59% | 0.46% | - |
| XYZ | 11.21 | 15.16 | 5.13 | - |
| YUV | 101.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 48 | 0.22 | 0 | 0.59 | 0.54 | 82.61 | 0.42 | 0.32 |
| Hex | 5B | 75 | 30 | 16 | 0 | 3B | 36 | 53 | 2A | 20 |
| Octal | 133 | 165 | 60 | 26 | 0 | 73 | 66 | 123 | 52 | 40 |
| Binary | 1011011 | 1110101 | 110000 | 10110 | 0 | 111011 | 110110 | 1010011 | 101010 | 100000 |
Color Harmonies of #5B7530
Complementary color
Monochromatic Colors of #5B7530
Black with #5B7530
Text Example
Text Example
White with #5B7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7530; }
p { color: rgb(91,117,48); }
H1.HeaderClassName
{
color: #5B7530;
}
.AnyTagClassName
{
color: #5B7530;
}
</style>
background-color css
<style>
a { background-color: #5B7530; }
a { background-color: rgb(91,117,48); }
div.DivClassName
{
background-color: #5B7530;
}
.BgClassName
{
background-color: #5B7530;
}
</style>
border-color css
<style>
span { border-color: #5B7530; }
span { border-color: rgb(91,117,48); }
td.TdClassName
{
border-color: #5B7530;
}
.TagClassName
{
border-color: #5B7530;
}
</style>