Shades of Olive Green #ABA457
Tints of Olive Green #ABA457
RGB
CMYK
RGB Variations
Color information
#ABA457 (or 0xABA457) is known color: Olive Green. HEX triplet: AB, A4 and 57. RGB value is (171,164,87). Sum of RGB (Red+Green+Blue) = 171+164+87=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA457 is #545BA8. Grayscale: #9D9D9D. Windows color (decimal): -5528489 or 5743787. OLE color: 5743787.
HSL color Cylindrical-coordinate representation of color #ABA457: hue angle of 55º 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 #ABA457 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 87 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.33 |
| HSL | 55º | 0.33% | 0.51% | - |
| HSV(B) | 55º | 0.49% | 0.67% | - |
| XYZ | 31.79 | 35.9 | 14.27 | - |
| YUV | 157.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 87 | 0 | 0.04 | 0.49 | 0.33 | 55 | 0.33 | 0.51 |
| Hex | AB | A4 | 57 | 0 | 4 | 31 | 21 | 37 | 21 | 33 |
| Octal | 253 | 244 | 127 | 0 | 4 | 61 | 41 | 67 | 41 | 63 |
| Binary | 10101011 | 10100100 | 1010111 | 0 | 100 | 110001 | 100001 | 110111 | 100001 | 110011 |
Color Harmonies of #ABA457
Complementary color
Monochromatic Colors of #ABA457
Black with #ABA457
Text Example
Text Example
White with #ABA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA457; }
p { color: rgb(171,164,87); }
H1.HeaderClassName
{
color: #ABA457;
}
.AnyTagClassName
{
color: #ABA457;
}
</style>
background-color css
<style>
a { background-color: #ABA457; }
a { background-color: rgb(171,164,87); }
div.DivClassName
{
background-color: #ABA457;
}
.BgClassName
{
background-color: #ABA457;
}
</style>
border-color css
<style>
span { border-color: #ABA457; }
span { border-color: rgb(171,164,87); }
td.TdClassName
{
border-color: #ABA457;
}
.TagClassName
{
border-color: #ABA457;
}
</style>