Shades of Olive Drab #5A850D
Tints of Olive Drab #5A850D
RGB
CMYK
RGB Variations
Color information
#5A850D (or 0x5A850D) is known color: Olive Drab. HEX triplet: 5A, 85 and 0D. RGB value is (90,133,13). Sum of RGB (Red+Green+Blue) = 90+133+13=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #5A850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A850D is #A57AF2. Grayscale: #6A6A6A. Windows color (decimal): -10844915 or 886106. OLE color: 886106.
HSL color Cylindrical-coordinate representation of color #5A850D: hue angle of 81.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A850D is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 13 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.48 |
| HSL | 81.5º | 0.82% | 0.29% | - |
| HSV(B) | 81.5º | 0.9% | 0.52% | - |
| XYZ | 12.68 | 18.98 | 3.38 | - |
| YUV | 106.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 13 | 0.32 | 0 | 0.90 | 0.48 | 81.5 | 0.82 | 0.29 |
| Hex | 5A | 85 | D | 20 | 0 | 5A | 30 | 52 | 52 | 1D |
| Octal | 132 | 205 | 15 | 40 | 0 | 132 | 60 | 122 | 122 | 35 |
| Binary | 1011010 | 10000101 | 1101 | 100000 | 0 | 1011010 | 110000 | 1010010 | 1010010 | 11101 |
Color Harmonies of #5A850D
Complementary color
Monochromatic Colors of #5A850D
Black with #5A850D
Text Example
Text Example
White with #5A850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A850D; }
p { color: rgb(90,133,13); }
H1.HeaderClassName
{
color: #5A850D;
}
.AnyTagClassName
{
color: #5A850D;
}
</style>
background-color css
<style>
a { background-color: #5A850D; }
a { background-color: rgb(90,133,13); }
div.DivClassName
{
background-color: #5A850D;
}
.BgClassName
{
background-color: #5A850D;
}
</style>
border-color css
<style>
span { border-color: #5A850D; }
span { border-color: rgb(90,133,13); }
td.TdClassName
{
border-color: #5A850D;
}
.TagClassName
{
border-color: #5A850D;
}
</style>