Shades of Olive Drab #5A850E
Tints of Olive Drab #5A850E
RGB
CMYK
RGB Variations
Color information
#5A850E (or 0x5A850E) is known color: Olive Drab. HEX triplet: 5A, 85 and 0E. RGB value is (90,133,14). Sum of RGB (Red+Green+Blue) = 90+133+14=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #5A850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A850E is #A57AF1. Grayscale: #6B6B6B. Windows color (decimal): -10844914 or 951642. OLE color: 951642.
HSL color Cylindrical-coordinate representation of color #5A850E: hue angle of 81.68º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A850E is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 14 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.48 |
| HSL | 81.68º | 0.81% | 0.29% | - |
| HSV(B) | 81.68º | 0.89% | 0.52% | - |
| XYZ | 12.68 | 18.98 | 3.41 | - |
| YUV | 106.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 14 | 0.32 | 0 | 0.89 | 0.48 | 81.68 | 0.81 | 0.29 |
| Hex | 5A | 85 | E | 20 | 0 | 59 | 30 | 52 | 51 | 1D |
| Octal | 132 | 205 | 16 | 40 | 0 | 131 | 60 | 122 | 121 | 35 |
| Binary | 1011010 | 10000101 | 1110 | 100000 | 0 | 1011001 | 110000 | 1010010 | 1010001 | 11101 |
Color Harmonies of #5A850E
Complementary color
Monochromatic Colors of #5A850E
Black with #5A850E
Text Example
Text Example
White with #5A850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A850E; }
p { color: rgb(90,133,14); }
H1.HeaderClassName
{
color: #5A850E;
}
.AnyTagClassName
{
color: #5A850E;
}
</style>
background-color css
<style>
a { background-color: #5A850E; }
a { background-color: rgb(90,133,14); }
div.DivClassName
{
background-color: #5A850E;
}
.BgClassName
{
background-color: #5A850E;
}
</style>
border-color css
<style>
span { border-color: #5A850E; }
span { border-color: rgb(90,133,14); }
td.TdClassName
{
border-color: #5A850E;
}
.TagClassName
{
border-color: #5A850E;
}
</style>