Shades of Olive Green #ABA657
Tints of Olive Green #ABA657
RGB
CMYK
RGB Variations
Color information
#ABA657 (or 0xABA657) is known color: Olive Green. HEX triplet: AB, A6 and 57. RGB value is (171,166,87). Sum of RGB (Red+Green+Blue) = 171+166+87=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA657 is #5459A8. Grayscale: #9E9E9E. Windows color (decimal): -5527977 or 5744299. OLE color: 5744299.
HSL color Cylindrical-coordinate representation of color #ABA657: hue angle of 56.43º 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 #ABA657 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 87 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.33 |
| HSL | 56.43º | 0.33% | 0.51% | - |
| HSV(B) | 56.43º | 0.49% | 0.67% | - |
| XYZ | 32.15 | 36.62 | 14.39 | - |
| YUV | 158.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 87 | 0 | 0.03 | 0.49 | 0.33 | 56.43 | 0.33 | 0.51 |
| Hex | AB | A6 | 57 | 0 | 3 | 31 | 21 | 38 | 21 | 33 |
| Octal | 253 | 246 | 127 | 0 | 3 | 61 | 41 | 70 | 41 | 63 |
| Binary | 10101011 | 10100110 | 1010111 | 0 | 11 | 110001 | 100001 | 111000 | 100001 | 110011 |
Color Harmonies of #ABA657
Complementary color
Monochromatic Colors of #ABA657
Black with #ABA657
Text Example
Text Example
White with #ABA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA657; }
p { color: rgb(171,166,87); }
H1.HeaderClassName
{
color: #ABA657;
}
.AnyTagClassName
{
color: #ABA657;
}
</style>
background-color css
<style>
a { background-color: #ABA657; }
a { background-color: rgb(171,166,87); }
div.DivClassName
{
background-color: #ABA657;
}
.BgClassName
{
background-color: #ABA657;
}
</style>
border-color css
<style>
span { border-color: #ABA657; }
span { border-color: rgb(171,166,87); }
td.TdClassName
{
border-color: #ABA657;
}
.TagClassName
{
border-color: #ABA657;
}
</style>