Shades of Olive Drab #5A7E19
Tints of Olive Drab #5A7E19
RGB
CMYK
RGB Variations
Color information
#5A7E19 (or 0x5A7E19) is known color: Olive Drab. HEX triplet: 5A, 7E and 19. RGB value is (90,126,25). Sum of RGB (Red+Green+Blue) = 90+126+25=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7E19 is #A581E6. Grayscale: #686868. Windows color (decimal): -10846695 or 1670746. OLE color: 1670746.
HSL color Cylindrical-coordinate representation of color #5A7E19: hue angle of 81.39º 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 #5A7E19 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 126 | 25 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.51 |
| HSL | 81.39º | 0.67% | 0.3% | - |
| HSV(B) | 81.39º | 0.8% | 0.49% | - |
| XYZ | 11.85 | 17.17 | 3.61 | - |
| YUV | 103.72 | 83.57 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 25 | 0.29 | 0 | 0.80 | 0.51 | 81.39 | 0.67 | 0.3 |
| Hex | 5A | 7E | 19 | 1D | 0 | 50 | 33 | 51 | 43 | 1E |
| Octal | 132 | 176 | 31 | 35 | 0 | 120 | 63 | 121 | 103 | 36 |
| Binary | 1011010 | 1111110 | 11001 | 11101 | 0 | 1010000 | 110011 | 1010001 | 1000011 | 11110 |
Color Harmonies of #5A7E19
Complementary color
Monochromatic Colors of #5A7E19
Black with #5A7E19
Text Example
Text Example
White with #5A7E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E19; }
p { color: rgb(90,126,25); }
H1.HeaderClassName
{
color: #5A7E19;
}
.AnyTagClassName
{
color: #5A7E19;
}
</style>
background-color css
<style>
a { background-color: #5A7E19; }
a { background-color: rgb(90,126,25); }
div.DivClassName
{
background-color: #5A7E19;
}
.BgClassName
{
background-color: #5A7E19;
}
</style>
border-color css
<style>
span { border-color: #5A7E19; }
span { border-color: rgb(90,126,25); }
td.TdClassName
{
border-color: #5A7E19;
}
.TagClassName
{
border-color: #5A7E19;
}
</style>