Shades of Olive Drab #5A8615
Tints of Olive Drab #5A8615
RGB
CMYK
RGB Variations
Color information
#5A8615 (or 0x5A8615) is known color: Olive Drab. HEX triplet: 5A, 86 and 15. RGB value is (90,134,21). Sum of RGB (Red+Green+Blue) = 90+134+21=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8615 is #A579EA. Grayscale: #6C6C6C. Windows color (decimal): -10844651 or 1410650. OLE color: 1410650.
HSL color Cylindrical-coordinate representation of color #5A8615: hue angle of 83.36º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A8615 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 21 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.47 |
| HSL | 83.36º | 0.73% | 0.3% | - |
| HSV(B) | 83.36º | 0.84% | 0.53% | - |
| XYZ | 12.88 | 19.28 | 3.75 | - |
| YUV | 107.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 21 | 0.33 | 0 | 0.84 | 0.47 | 83.36 | 0.73 | 0.3 |
| Hex | 5A | 86 | 15 | 21 | 0 | 54 | 2F | 53 | 49 | 1E |
| Octal | 132 | 206 | 25 | 41 | 0 | 124 | 57 | 123 | 111 | 36 |
| Binary | 1011010 | 10000110 | 10101 | 100001 | 0 | 1010100 | 101111 | 1010011 | 1001001 | 11110 |
Color Harmonies of #5A8615
Complementary color
Monochromatic Colors of #5A8615
Black with #5A8615
Text Example
Text Example
White with #5A8615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8615; }
p { color: rgb(90,134,21); }
H1.HeaderClassName
{
color: #5A8615;
}
.AnyTagClassName
{
color: #5A8615;
}
</style>
background-color css
<style>
a { background-color: #5A8615; }
a { background-color: rgb(90,134,21); }
div.DivClassName
{
background-color: #5A8615;
}
.BgClassName
{
background-color: #5A8615;
}
</style>
border-color css
<style>
span { border-color: #5A8615; }
span { border-color: rgb(90,134,21); }
td.TdClassName
{
border-color: #5A8615;
}
.TagClassName
{
border-color: #5A8615;
}
</style>