Shades of Olive Drab #5E8A05
Tints of Olive Drab #5E8A05
RGB
CMYK
RGB Variations
Color information
#5E8A05 (or 0x5E8A05) is known color: Olive Drab. HEX triplet: 5E, 8A and 05. RGB value is (94,138,5). Sum of RGB (Red+Green+Blue) = 94+138+5=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8A05 is #A175FA. Grayscale: #6E6E6E. Windows color (decimal): -10581499 or 363102. OLE color: 363102.
HSL color Cylindrical-coordinate representation of color #5E8A05: hue angle of 79.85º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E8A05 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 5 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.46 |
| HSL | 79.85º | 0.93% | 0.28% | - |
| HSV(B) | 79.85º | 0.96% | 0.54% | - |
| XYZ | 13.73 | 20.57 | 3.39 | - |
| YUV | 109.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 5 | 0.32 | 0 | 0.96 | 0.46 | 79.85 | 0.93 | 0.28 |
| Hex | 5E | 8A | 5 | 20 | 0 | 60 | 2E | 50 | 5D | 1C |
| Octal | 136 | 212 | 5 | 40 | 0 | 140 | 56 | 120 | 135 | 34 |
| Binary | 1011110 | 10001010 | 101 | 100000 | 0 | 1100000 | 101110 | 1010000 | 1011101 | 11100 |
Color Harmonies of #5E8A05
Complementary color
Monochromatic Colors of #5E8A05
Black with #5E8A05
Text Example
Text Example
White with #5E8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A05; }
p { color: rgb(94,138,5); }
H1.HeaderClassName
{
color: #5E8A05;
}
.AnyTagClassName
{
color: #5E8A05;
}
</style>
background-color css
<style>
a { background-color: #5E8A05; }
a { background-color: rgb(94,138,5); }
div.DivClassName
{
background-color: #5E8A05;
}
.BgClassName
{
background-color: #5E8A05;
}
</style>
border-color css
<style>
span { border-color: #5E8A05; }
span { border-color: rgb(94,138,5); }
td.TdClassName
{
border-color: #5E8A05;
}
.TagClassName
{
border-color: #5E8A05;
}
</style>