Shades of Olive Green #ABA857
Tints of Olive Green #ABA857
RGB
CMYK
RGB Variations
Color information
#ABA857 (or 0xABA857) is known color: Olive Green. HEX triplet: AB, A8 and 57. RGB value is (171,168,87). Sum of RGB (Red+Green+Blue) = 171+168+87=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA857 is #5457A8. Grayscale: #9F9F9F. Windows color (decimal): -5527465 or 5744811. OLE color: 5744811.
HSL color Cylindrical-coordinate representation of color #ABA857: hue angle of 57.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABA857 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 87 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.33 |
| HSL | 57.86º | 0.33% | 0.51% | - |
| HSV(B) | 57.86º | 0.49% | 0.67% | - |
| XYZ | 32.52 | 37.35 | 14.51 | - |
| YUV | 159.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 87 | 0 | 0.02 | 0.49 | 0.33 | 57.86 | 0.33 | 0.51 |
| Hex | AB | A8 | 57 | 0 | 2 | 31 | 21 | 3A | 21 | 33 |
| Octal | 253 | 250 | 127 | 0 | 2 | 61 | 41 | 72 | 41 | 63 |
| Binary | 10101011 | 10101000 | 1010111 | 0 | 10 | 110001 | 100001 | 111010 | 100001 | 110011 |
Color Harmonies of #ABA857
Complementary color
Monochromatic Colors of #ABA857
Black with #ABA857
Text Example
Text Example
White with #ABA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA857; }
p { color: rgb(171,168,87); }
H1.HeaderClassName
{
color: #ABA857;
}
.AnyTagClassName
{
color: #ABA857;
}
</style>
background-color css
<style>
a { background-color: #ABA857; }
a { background-color: rgb(171,168,87); }
div.DivClassName
{
background-color: #ABA857;
}
.BgClassName
{
background-color: #ABA857;
}
</style>
border-color css
<style>
span { border-color: #ABA857; }
span { border-color: rgb(171,168,87); }
td.TdClassName
{
border-color: #ABA857;
}
.TagClassName
{
border-color: #ABA857;
}
</style>