Shades of Neutral Green #ABA87F
Tints of Neutral Green #ABA87F
RGB
CMYK
RGB Variations
Color information
#ABA87F (or 0xABA87F) is known color: Neutral Green. HEX triplet: AB, A8 and 7F. RGB value is (171,168,127). Sum of RGB (Red+Green+Blue) = 171+168+127=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA87F is #545780. Grayscale: #A4A4A4. Windows color (decimal): -5527425 or 8366251. OLE color: 8366251.
HSL color Cylindrical-coordinate representation of color #ABA87F: hue angle of 55.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA87F is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 127 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.33 |
| HSL | 55.91º | 0.21% | 0.58% | - |
| HSV(B) | 55.91º | 0.26% | 0.67% | - |
| XYZ | 34.63 | 38.2 | 25.63 | - |
| YUV | 164.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 127 | 0 | 0.02 | 0.26 | 0.33 | 55.91 | 0.21 | 0.58 |
| Hex | AB | A8 | 7F | 0 | 2 | 1A | 21 | 38 | 15 | 3A |
| Octal | 253 | 250 | 177 | 0 | 2 | 32 | 41 | 70 | 25 | 72 |
| Binary | 10101011 | 10101000 | 1111111 | 0 | 10 | 11010 | 100001 | 111000 | 10101 | 111010 |
Color Harmonies of #ABA87F
Complementary color
Monochromatic Colors of #ABA87F
Black with #ABA87F
Text Example
Text Example
White with #ABA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA87F; }
p { color: rgb(171,168,127); }
H1.HeaderClassName
{
color: #ABA87F;
}
.AnyTagClassName
{
color: #ABA87F;
}
</style>
background-color css
<style>
a { background-color: #ABA87F; }
a { background-color: rgb(171,168,127); }
div.DivClassName
{
background-color: #ABA87F;
}
.BgClassName
{
background-color: #ABA87F;
}
</style>
border-color css
<style>
span { border-color: #ABA87F; }
span { border-color: rgb(171,168,127); }
td.TdClassName
{
border-color: #ABA87F;
}
.TagClassName
{
border-color: #ABA87F;
}
</style>