Shades of Olive Drab #5E8A1A
Tints of Olive Drab #5E8A1A
RGB
CMYK
RGB Variations
Color information
#5E8A1A (or 0x5E8A1A) is known color: Olive Drab. HEX triplet: 5E, 8A and 1A. RGB value is (94,138,26). Sum of RGB (Red+Green+Blue) = 94+138+26=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8A1A is #A175E5. Grayscale: #707070. Windows color (decimal): -10581478 or 1739358. OLE color: 1739358.
HSL color Cylindrical-coordinate representation of color #5E8A1A: hue angle of 83.57º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E8A1A is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 26 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.46 |
| HSL | 83.57º | 0.68% | 0.32% | - |
| HSV(B) | 83.57º | 0.81% | 0.54% | - |
| XYZ | 13.89 | 20.63 | 4.23 | - |
| YUV | 112.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 26 | 0.32 | 0 | 0.81 | 0.46 | 83.57 | 0.68 | 0.32 |
| Hex | 5E | 8A | 1A | 20 | 0 | 51 | 2E | 54 | 44 | 20 |
| Octal | 136 | 212 | 32 | 40 | 0 | 121 | 56 | 124 | 104 | 40 |
| Binary | 1011110 | 10001010 | 11010 | 100000 | 0 | 1010001 | 101110 | 1010100 | 1000100 | 100000 |
Color Harmonies of #5E8A1A
Complementary color
Monochromatic Colors of #5E8A1A
Black with #5E8A1A
Text Example
Text Example
White with #5E8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A1A; }
p { color: rgb(94,138,26); }
H1.HeaderClassName
{
color: #5E8A1A;
}
.AnyTagClassName
{
color: #5E8A1A;
}
</style>
background-color css
<style>
a { background-color: #5E8A1A; }
a { background-color: rgb(94,138,26); }
div.DivClassName
{
background-color: #5E8A1A;
}
.BgClassName
{
background-color: #5E8A1A;
}
</style>
border-color css
<style>
span { border-color: #5E8A1A; }
span { border-color: rgb(94,138,26); }
td.TdClassName
{
border-color: #5E8A1A;
}
.TagClassName
{
border-color: #5E8A1A;
}
</style>