Shades of Olive Green #ABAC57
Tints of Olive Green #ABAC57
RGB
CMYK
RGB Variations
Color information
#ABAC57 (or 0xABAC57) is known color: Olive Green. HEX triplet: AB, AC and 57. RGB value is (171,172,87). Sum of RGB (Red+Green+Blue) = 171+172+87=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC57 is #5453A8. Grayscale: #A2A2A2. Windows color (decimal): -5526441 or 5745835. OLE color: 5745835.
HSL color Cylindrical-coordinate representation of color #ABAC57: hue angle of 60.71º degrees, saturation: 0.34, 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 #ABAC57 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 87 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.33 |
| HSL | 60.71º | 0.34% | 0.51% | - |
| HSV(B) | 60.71º | 0.49% | 0.67% | - |
| XYZ | 33.27 | 38.85 | 14.76 | - |
| YUV | 162.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 87 | 0.01 | 0 | 0.49 | 0.33 | 60.71 | 0.34 | 0.51 |
| Hex | AB | AC | 57 | 1 | 0 | 31 | 21 | 3D | 22 | 33 |
| Octal | 253 | 254 | 127 | 1 | 0 | 61 | 41 | 75 | 42 | 63 |
| Binary | 10101011 | 10101100 | 1010111 | 1 | 0 | 110001 | 100001 | 111101 | 100010 | 110011 |
Color Harmonies of #ABAC57
Complementary color
Monochromatic Colors of #ABAC57
Black with #ABAC57
Text Example
Text Example
White with #ABAC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC57; }
p { color: rgb(171,172,87); }
H1.HeaderClassName
{
color: #ABAC57;
}
.AnyTagClassName
{
color: #ABAC57;
}
</style>
background-color css
<style>
a { background-color: #ABAC57; }
a { background-color: rgb(171,172,87); }
div.DivClassName
{
background-color: #ABAC57;
}
.BgClassName
{
background-color: #ABAC57;
}
</style>
border-color css
<style>
span { border-color: #ABAC57; }
span { border-color: rgb(171,172,87); }
td.TdClassName
{
border-color: #ABAC57;
}
.TagClassName
{
border-color: #ABAC57;
}
</style>