Shades of Dark Olive Green #5B7823
Tints of Dark Olive Green #5B7823
RGB
CMYK
RGB Variations
Color information
#5B7823 (or 0x5B7823) is known color: Dark Olive Green. HEX triplet: 5B, 78 and 23. RGB value is (91,120,35). Sum of RGB (Red+Green+Blue) = 91+120+35=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7823 is #A487DC. Grayscale: #656565. Windows color (decimal): -10782685 or 2324571. OLE color: 2324571.
HSL color Cylindrical-coordinate representation of color #5B7823: hue angle of 80.47º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B7823 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 35 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.53 |
| HSL | 80.47º | 0.55% | 0.3% | - |
| HSV(B) | 80.47º | 0.71% | 0.47% | - |
| XYZ | 11.33 | 15.78 | 4.04 | - |
| YUV | 101.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 35 | 0.24 | 0 | 0.71 | 0.53 | 80.47 | 0.55 | 0.3 |
| Hex | 5B | 78 | 23 | 18 | 0 | 47 | 35 | 50 | 37 | 1E |
| Octal | 133 | 170 | 43 | 30 | 0 | 107 | 65 | 120 | 67 | 36 |
| Binary | 1011011 | 1111000 | 100011 | 11000 | 0 | 1000111 | 110101 | 1010000 | 110111 | 11110 |
Color Harmonies of #5B7823
Complementary color
Monochromatic Colors of #5B7823
Black with #5B7823
Text Example
Text Example
White with #5B7823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7823; }
p { color: rgb(91,120,35); }
H1.HeaderClassName
{
color: #5B7823;
}
.AnyTagClassName
{
color: #5B7823;
}
</style>
background-color css
<style>
a { background-color: #5B7823; }
a { background-color: rgb(91,120,35); }
div.DivClassName
{
background-color: #5B7823;
}
.BgClassName
{
background-color: #5B7823;
}
</style>
border-color css
<style>
span { border-color: #5B7823; }
span { border-color: rgb(91,120,35); }
td.TdClassName
{
border-color: #5B7823;
}
.TagClassName
{
border-color: #5B7823;
}
</style>