Shades of Olive Drab #5A8612
Tints of Olive Drab #5A8612
RGB
CMYK
RGB Variations
Color information
#5A8612 (or 0x5A8612) is known color: Olive Drab. HEX triplet: 5A, 86 and 12. RGB value is (90,134,18). Sum of RGB (Red+Green+Blue) = 90+134+18=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8612 is #A579ED. Grayscale: #6C6C6C. Windows color (decimal): -10844654 or 1214042. OLE color: 1214042.
HSL color Cylindrical-coordinate representation of color #5A8612: hue angle of 82.76º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A8612 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 18 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.47 |
| HSL | 82.76º | 0.76% | 0.3% | - |
| HSV(B) | 82.76º | 0.87% | 0.53% | - |
| XYZ | 12.85 | 19.27 | 3.61 | - |
| YUV | 107.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 18 | 0.33 | 0 | 0.87 | 0.47 | 82.76 | 0.76 | 0.3 |
| Hex | 5A | 86 | 12 | 21 | 0 | 57 | 2F | 53 | 4C | 1E |
| Octal | 132 | 206 | 22 | 41 | 0 | 127 | 57 | 123 | 114 | 36 |
| Binary | 1011010 | 10000110 | 10010 | 100001 | 0 | 1010111 | 101111 | 1010011 | 1001100 | 11110 |
Color Harmonies of #5A8612
Complementary color
Monochromatic Colors of #5A8612
Black with #5A8612
Text Example
Text Example
White with #5A8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8612; }
p { color: rgb(90,134,18); }
H1.HeaderClassName
{
color: #5A8612;
}
.AnyTagClassName
{
color: #5A8612;
}
</style>
background-color css
<style>
a { background-color: #5A8612; }
a { background-color: rgb(90,134,18); }
div.DivClassName
{
background-color: #5A8612;
}
.BgClassName
{
background-color: #5A8612;
}
</style>
border-color css
<style>
span { border-color: #5A8612; }
span { border-color: rgb(90,134,18); }
td.TdClassName
{
border-color: #5A8612;
}
.TagClassName
{
border-color: #5A8612;
}
</style>