Shades of Olive Green #ABA861
Tints of Olive Green #ABA861
RGB
CMYK
RGB Variations
Color information
#ABA861 (or 0xABA861) is known color: Olive Green. HEX triplet: AB, A8 and 61. RGB value is (171,168,97). Sum of RGB (Red+Green+Blue) = 171+168+97=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA861 is #54579E. Grayscale: #A1A1A1. Windows color (decimal): -5527455 or 6400171. OLE color: 6400171.
HSL color Cylindrical-coordinate representation of color #ABA861: hue angle of 57.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA861 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 97 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.33 |
| HSL | 57.57º | 0.31% | 0.53% | - |
| HSV(B) | 57.57º | 0.43% | 0.67% | - |
| XYZ | 32.95 | 37.53 | 16.82 | - |
| YUV | 160.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 97 | 0 | 0.02 | 0.43 | 0.33 | 57.57 | 0.31 | 0.53 |
| Hex | AB | A8 | 61 | 0 | 2 | 2B | 21 | 3A | 1F | 35 |
| Octal | 253 | 250 | 141 | 0 | 2 | 53 | 41 | 72 | 37 | 65 |
| Binary | 10101011 | 10101000 | 1100001 | 0 | 10 | 101011 | 100001 | 111010 | 11111 | 110101 |
Color Harmonies of #ABA861
Complementary color
Monochromatic Colors of #ABA861
Black with #ABA861
Text Example
Text Example
White with #ABA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA861; }
p { color: rgb(171,168,97); }
H1.HeaderClassName
{
color: #ABA861;
}
.AnyTagClassName
{
color: #ABA861;
}
</style>
background-color css
<style>
a { background-color: #ABA861; }
a { background-color: rgb(171,168,97); }
div.DivClassName
{
background-color: #ABA861;
}
.BgClassName
{
background-color: #ABA861;
}
</style>
border-color css
<style>
span { border-color: #ABA861; }
span { border-color: rgb(171,168,97); }
td.TdClassName
{
border-color: #ABA861;
}
.TagClassName
{
border-color: #ABA861;
}
</style>