Shades of Olive Green #ABA659
Tints of Olive Green #ABA659
RGB
CMYK
RGB Variations
Color information
#ABA659 (or 0xABA659) is known color: Olive Green. HEX triplet: AB, A6 and 59. RGB value is (171,166,89). Sum of RGB (Red+Green+Blue) = 171+166+89=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA659 is #5459A6. Grayscale: #9F9F9F. Windows color (decimal): -5527975 or 5875371. OLE color: 5875371.
HSL color Cylindrical-coordinate representation of color #ABA659: hue angle of 56.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABA659 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 89 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.33 |
| HSL | 56.34º | 0.33% | 0.51% | - |
| HSV(B) | 56.34º | 0.48% | 0.67% | - |
| XYZ | 32.23 | 36.65 | 14.83 | - |
| YUV | 158.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 89 | 0 | 0.03 | 0.48 | 0.33 | 56.34 | 0.33 | 0.51 |
| Hex | AB | A6 | 59 | 0 | 3 | 30 | 21 | 38 | 21 | 33 |
| Octal | 253 | 246 | 131 | 0 | 3 | 60 | 41 | 70 | 41 | 63 |
| Binary | 10101011 | 10100110 | 1011001 | 0 | 11 | 110000 | 100001 | 111000 | 100001 | 110011 |
Color Harmonies of #ABA659
Complementary color
Monochromatic Colors of #ABA659
Black with #ABA659
Text Example
Text Example
White with #ABA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA659; }
p { color: rgb(171,166,89); }
H1.HeaderClassName
{
color: #ABA659;
}
.AnyTagClassName
{
color: #ABA659;
}
</style>
background-color css
<style>
a { background-color: #ABA659; }
a { background-color: rgb(171,166,89); }
div.DivClassName
{
background-color: #ABA659;
}
.BgClassName
{
background-color: #ABA659;
}
</style>
border-color css
<style>
span { border-color: #ABA659; }
span { border-color: rgb(171,166,89); }
td.TdClassName
{
border-color: #ABA659;
}
.TagClassName
{
border-color: #ABA659;
}
</style>