Shades of Olive Green #ABA863
Tints of Olive Green #ABA863
RGB
CMYK
RGB Variations
Color information
#ABA863 (or 0xABA863) is known color: Olive Green. HEX triplet: AB, A8 and 63. RGB value is (171,168,99). Sum of RGB (Red+Green+Blue) = 171+168+99=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA863 is #54579C. Grayscale: #A1A1A1. Windows color (decimal): -5527453 or 6531243. OLE color: 6531243.
HSL color Cylindrical-coordinate representation of color #ABA863: hue angle of 57.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABA863 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 99 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.33 |
| HSL | 57.5º | 0.3% | 0.53% | - |
| HSV(B) | 57.5º | 0.42% | 0.67% | - |
| XYZ | 33.05 | 37.56 | 17.31 | - |
| YUV | 161.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 99 | 0 | 0.02 | 0.42 | 0.33 | 57.5 | 0.3 | 0.53 |
| Hex | AB | A8 | 63 | 0 | 2 | 2A | 21 | 3A | 1E | 35 |
| Octal | 253 | 250 | 143 | 0 | 2 | 52 | 41 | 72 | 36 | 65 |
| Binary | 10101011 | 10101000 | 1100011 | 0 | 10 | 101010 | 100001 | 111010 | 11110 | 110101 |
Color Harmonies of #ABA863
Complementary color
Monochromatic Colors of #ABA863
Black with #ABA863
Text Example
Text Example
White with #ABA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA863; }
p { color: rgb(171,168,99); }
H1.HeaderClassName
{
color: #ABA863;
}
.AnyTagClassName
{
color: #ABA863;
}
</style>
background-color css
<style>
a { background-color: #ABA863; }
a { background-color: rgb(171,168,99); }
div.DivClassName
{
background-color: #ABA863;
}
.BgClassName
{
background-color: #ABA863;
}
</style>
border-color css
<style>
span { border-color: #ABA863; }
span { border-color: rgb(171,168,99); }
td.TdClassName
{
border-color: #ABA863;
}
.TagClassName
{
border-color: #ABA863;
}
</style>