Shades of Dark Olive Green #5B7325
Tints of Dark Olive Green #5B7325
RGB
CMYK
RGB Variations
Color information
#5B7325 (or 0x5B7325) is known color: Dark Olive Green. HEX triplet: 5B, 73 and 25. RGB value is (91,115,37). Sum of RGB (Red+Green+Blue) = 91+115+37=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7325 is #A48CDA. Grayscale: #636363. Windows color (decimal): -10783963 or 2454363. OLE color: 2454363.
HSL color Cylindrical-coordinate representation of color #5B7325: hue angle of 78.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B7325 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 37 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.55 |
| HSL | 78.46º | 0.51% | 0.3% | - |
| HSV(B) | 78.46º | 0.68% | 0.45% | - |
| XYZ | 10.78 | 14.62 | 4 | - |
| YUV | 98.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 37 | 0.21 | 0 | 0.68 | 0.55 | 78.46 | 0.51 | 0.3 |
| Hex | 5B | 73 | 25 | 15 | 0 | 44 | 37 | 4E | 33 | 1E |
| Octal | 133 | 163 | 45 | 25 | 0 | 104 | 67 | 116 | 63 | 36 |
| Binary | 1011011 | 1110011 | 100101 | 10101 | 0 | 1000100 | 110111 | 1001110 | 110011 | 11110 |
Color Harmonies of #5B7325
Complementary color
Monochromatic Colors of #5B7325
Black with #5B7325
Text Example
Text Example
White with #5B7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7325; }
p { color: rgb(91,115,37); }
H1.HeaderClassName
{
color: #5B7325;
}
.AnyTagClassName
{
color: #5B7325;
}
</style>
background-color css
<style>
a { background-color: #5B7325; }
a { background-color: rgb(91,115,37); }
div.DivClassName
{
background-color: #5B7325;
}
.BgClassName
{
background-color: #5B7325;
}
</style>
border-color css
<style>
span { border-color: #5B7325; }
span { border-color: rgb(91,115,37); }
td.TdClassName
{
border-color: #5B7325;
}
.TagClassName
{
border-color: #5B7325;
}
</style>