Shades of Olive Drab #5B7E19
Tints of Olive Drab #5B7E19
RGB
CMYK
RGB Variations
Color information
#5B7E19 (or 0x5B7E19) is known color: Olive Drab. HEX triplet: 5B, 7E and 19. RGB value is (91,126,25). Sum of RGB (Red+Green+Blue) = 91+126+25=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7E19 is #A481E6. Grayscale: #686868. Windows color (decimal): -10781159 or 1670747. OLE color: 1670747.
HSL color Cylindrical-coordinate representation of color #5B7E19: hue angle of 80.79º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B7E19 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 126 | 25 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.51 |
| HSL | 80.79º | 0.67% | 0.3% | - |
| HSV(B) | 80.79º | 0.8% | 0.49% | - |
| XYZ | 11.95 | 17.22 | 3.61 | - |
| YUV | 104.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 25 | 0.28 | 0 | 0.80 | 0.51 | 80.79 | 0.67 | 0.3 |
| Hex | 5B | 7E | 19 | 1C | 0 | 50 | 33 | 51 | 43 | 1E |
| Octal | 133 | 176 | 31 | 34 | 0 | 120 | 63 | 121 | 103 | 36 |
| Binary | 1011011 | 1111110 | 11001 | 11100 | 0 | 1010000 | 110011 | 1010001 | 1000011 | 11110 |
Color Harmonies of #5B7E19
Complementary color
Monochromatic Colors of #5B7E19
Black with #5B7E19
Text Example
Text Example
White with #5B7E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7E19; }
p { color: rgb(91,126,25); }
H1.HeaderClassName
{
color: #5B7E19;
}
.AnyTagClassName
{
color: #5B7E19;
}
</style>
background-color css
<style>
a { background-color: #5B7E19; }
a { background-color: rgb(91,126,25); }
div.DivClassName
{
background-color: #5B7E19;
}
.BgClassName
{
background-color: #5B7E19;
}
</style>
border-color css
<style>
span { border-color: #5B7E19; }
span { border-color: rgb(91,126,25); }
td.TdClassName
{
border-color: #5B7E19;
}
.TagClassName
{
border-color: #5B7E19;
}
</style>