Shades of Olive Drab #5A880D
Tints of Olive Drab #5A880D
RGB
CMYK
RGB Variations
Color information
#5A880D (or 0x5A880D) is known color: Olive Drab. HEX triplet: 5A, 88 and 0D. RGB value is (90,136,13). Sum of RGB (Red+Green+Blue) = 90+136+13=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #5A880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A880D is #A577F2. Grayscale: #6C6C6C. Windows color (decimal): -10844147 or 886874. OLE color: 886874.
HSL color Cylindrical-coordinate representation of color #5A880D: hue angle of 82.44º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A880D is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 13 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.47 |
| HSL | 82.44º | 0.83% | 0.29% | - |
| HSV(B) | 82.44º | 0.9% | 0.53% | - |
| XYZ | 13.09 | 19.81 | 3.51 | - |
| YUV | 108.22 | 74.26 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 13 | 0.34 | 0 | 0.90 | 0.47 | 82.44 | 0.83 | 0.29 |
| Hex | 5A | 88 | D | 22 | 0 | 5A | 2F | 52 | 53 | 1D |
| Octal | 132 | 210 | 15 | 42 | 0 | 132 | 57 | 122 | 123 | 35 |
| Binary | 1011010 | 10001000 | 1101 | 100010 | 0 | 1011010 | 101111 | 1010010 | 1010011 | 11101 |
Color Harmonies of #5A880D
Complementary color
Monochromatic Colors of #5A880D
Black with #5A880D
Text Example
Text Example
White with #5A880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A880D; }
p { color: rgb(90,136,13); }
H1.HeaderClassName
{
color: #5A880D;
}
.AnyTagClassName
{
color: #5A880D;
}
</style>
background-color css
<style>
a { background-color: #5A880D; }
a { background-color: rgb(90,136,13); }
div.DivClassName
{
background-color: #5A880D;
}
.BgClassName
{
background-color: #5A880D;
}
</style>
border-color css
<style>
span { border-color: #5A880D; }
span { border-color: rgb(90,136,13); }
td.TdClassName
{
border-color: #5A880D;
}
.TagClassName
{
border-color: #5A880D;
}
</style>