Shades of Neutral Green #ABA879
Tints of Neutral Green #ABA879
RGB
CMYK
RGB Variations
Color information
#ABA879 (or 0xABA879) is known color: Neutral Green. HEX triplet: AB, A8 and 79. RGB value is (171,168,121). Sum of RGB (Red+Green+Blue) = 171+168+121=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA879 is #545786. Grayscale: #A3A3A3. Windows color (decimal): -5527431 or 7973035. OLE color: 7973035.
HSL color Cylindrical-coordinate representation of color #ABA879: hue angle of 56.4º 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 #ABA879 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 121 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.33 |
| HSL | 56.4º | 0.23% | 0.57% | - |
| HSV(B) | 56.4º | 0.29% | 0.67% | - |
| XYZ | 34.25 | 38.04 | 23.63 | - |
| YUV | 163.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 121 | 0 | 0.02 | 0.29 | 0.33 | 56.4 | 0.23 | 0.57 |
| Hex | AB | A8 | 79 | 0 | 2 | 1D | 21 | 38 | 17 | 39 |
| Octal | 253 | 250 | 171 | 0 | 2 | 35 | 41 | 70 | 27 | 71 |
| Binary | 10101011 | 10101000 | 1111001 | 0 | 10 | 11101 | 100001 | 111000 | 10111 | 111001 |
Color Harmonies of #ABA879
Complementary color
Monochromatic Colors of #ABA879
Black with #ABA879
Text Example
Text Example
White with #ABA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA879; }
p { color: rgb(171,168,121); }
H1.HeaderClassName
{
color: #ABA879;
}
.AnyTagClassName
{
color: #ABA879;
}
</style>
background-color css
<style>
a { background-color: #ABA879; }
a { background-color: rgb(171,168,121); }
div.DivClassName
{
background-color: #ABA879;
}
.BgClassName
{
background-color: #ABA879;
}
</style>
border-color css
<style>
span { border-color: #ABA879; }
span { border-color: rgb(171,168,121); }
td.TdClassName
{
border-color: #ABA879;
}
.TagClassName
{
border-color: #ABA879;
}
</style>