Shades of Olive Drab #5E8A19
Tints of Olive Drab #5E8A19
RGB
CMYK
RGB Variations
Color information
#5E8A19 (or 0x5E8A19) is known color: Olive Drab. HEX triplet: 5E, 8A and 19. RGB value is (94,138,25). Sum of RGB (Red+Green+Blue) = 94+138+25=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8A19 is #A175E6. Grayscale: #707070. Windows color (decimal): -10581479 or 1673822. OLE color: 1673822.
HSL color Cylindrical-coordinate representation of color #5E8A19: hue angle of 83.36º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E8A19 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 25 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.46 |
| HSL | 83.36º | 0.69% | 0.32% | - |
| HSV(B) | 83.36º | 0.82% | 0.54% | - |
| XYZ | 13.88 | 20.63 | 4.17 | - |
| YUV | 111.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 25 | 0.32 | 0 | 0.82 | 0.46 | 83.36 | 0.69 | 0.32 |
| Hex | 5E | 8A | 19 | 20 | 0 | 52 | 2E | 53 | 45 | 20 |
| Octal | 136 | 212 | 31 | 40 | 0 | 122 | 56 | 123 | 105 | 40 |
| Binary | 1011110 | 10001010 | 11001 | 100000 | 0 | 1010010 | 101110 | 1010011 | 1000101 | 100000 |
Color Harmonies of #5E8A19
Complementary color
Monochromatic Colors of #5E8A19
Black with #5E8A19
Text Example
Text Example
White with #5E8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A19; }
p { color: rgb(94,138,25); }
H1.HeaderClassName
{
color: #5E8A19;
}
.AnyTagClassName
{
color: #5E8A19;
}
</style>
background-color css
<style>
a { background-color: #5E8A19; }
a { background-color: rgb(94,138,25); }
div.DivClassName
{
background-color: #5E8A19;
}
.BgClassName
{
background-color: #5E8A19;
}
</style>
border-color css
<style>
span { border-color: #5E8A19; }
span { border-color: rgb(94,138,25); }
td.TdClassName
{
border-color: #5E8A19;
}
.TagClassName
{
border-color: #5E8A19;
}
</style>