Shades of Neutral Green #ABA87A
Tints of Neutral Green #ABA87A
RGB
CMYK
RGB Variations
Color information
#ABA87A (or 0xABA87A) is known color: Neutral Green. HEX triplet: AB, A8 and 7A. RGB value is (171,168,122). Sum of RGB (Red+Green+Blue) = 171+168+122=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA87A is #545785. Grayscale: #A3A3A3. Windows color (decimal): -5527430 or 8038571. OLE color: 8038571.
HSL color Cylindrical-coordinate representation of color #ABA87A: hue angle of 56.33º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA87A is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 122 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.33 |
| HSL | 56.33º | 0.23% | 0.57% | - |
| HSV(B) | 56.33º | 0.29% | 0.67% | - |
| XYZ | 34.31 | 38.07 | 23.95 | - |
| YUV | 163.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 122 | 0 | 0.02 | 0.29 | 0.33 | 56.33 | 0.23 | 0.57 |
| Hex | AB | A8 | 7A | 0 | 2 | 1D | 21 | 38 | 17 | 39 |
| Octal | 253 | 250 | 172 | 0 | 2 | 35 | 41 | 70 | 27 | 71 |
| Binary | 10101011 | 10101000 | 1111010 | 0 | 10 | 11101 | 100001 | 111000 | 10111 | 111001 |
Color Harmonies of #ABA87A
Complementary color
Monochromatic Colors of #ABA87A
Black with #ABA87A
Text Example
Text Example
White with #ABA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA87A; }
p { color: rgb(171,168,122); }
H1.HeaderClassName
{
color: #ABA87A;
}
.AnyTagClassName
{
color: #ABA87A;
}
</style>
background-color css
<style>
a { background-color: #ABA87A; }
a { background-color: rgb(171,168,122); }
div.DivClassName
{
background-color: #ABA87A;
}
.BgClassName
{
background-color: #ABA87A;
}
</style>
border-color css
<style>
span { border-color: #ABA87A; }
span { border-color: rgb(171,168,122); }
td.TdClassName
{
border-color: #ABA87A;
}
.TagClassName
{
border-color: #ABA87A;
}
</style>