Shades of Olive Drab #5A8613
Tints of Olive Drab #5A8613
RGB
CMYK
RGB Variations
Color information
#5A8613 (or 0x5A8613) is known color: Olive Drab. HEX triplet: 5A, 86 and 13. RGB value is (90,134,19). Sum of RGB (Red+Green+Blue) = 90+134+19=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8613 is #A579EC. Grayscale: #6C6C6C. Windows color (decimal): -10844653 or 1279578. OLE color: 1279578.
HSL color Cylindrical-coordinate representation of color #5A8613: hue angle of 82.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A8613 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 19 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.47 |
| HSL | 82.96º | 0.75% | 0.3% | - |
| HSV(B) | 82.96º | 0.86% | 0.53% | - |
| XYZ | 12.86 | 19.27 | 3.66 | - |
| YUV | 107.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 19 | 0.33 | 0 | 0.86 | 0.47 | 82.96 | 0.75 | 0.3 |
| Hex | 5A | 86 | 13 | 21 | 0 | 56 | 2F | 53 | 4B | 1E |
| Octal | 132 | 206 | 23 | 41 | 0 | 126 | 57 | 123 | 113 | 36 |
| Binary | 1011010 | 10000110 | 10011 | 100001 | 0 | 1010110 | 101111 | 1010011 | 1001011 | 11110 |
Color Harmonies of #5A8613
Complementary color
Monochromatic Colors of #5A8613
Black with #5A8613
Text Example
Text Example
White with #5A8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8613; }
p { color: rgb(90,134,19); }
H1.HeaderClassName
{
color: #5A8613;
}
.AnyTagClassName
{
color: #5A8613;
}
</style>
background-color css
<style>
a { background-color: #5A8613; }
a { background-color: rgb(90,134,19); }
div.DivClassName
{
background-color: #5A8613;
}
.BgClassName
{
background-color: #5A8613;
}
</style>
border-color css
<style>
span { border-color: #5A8613; }
span { border-color: rgb(90,134,19); }
td.TdClassName
{
border-color: #5A8613;
}
.TagClassName
{
border-color: #5A8613;
}
</style>