Shades of Neutral Green #ABAA7E
Tints of Neutral Green #ABAA7E
RGB
CMYK
RGB Variations
Color information
#ABAA7E (or 0xABAA7E) is known color: Neutral Green. HEX triplet: AB, AA and 7E. RGB value is (171,170,126). Sum of RGB (Red+Green+Blue) = 171+170+126=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA7E is #545581. Grayscale: #A5A5A5. Windows color (decimal): -5526914 or 8301227. OLE color: 8301227.
HSL color Cylindrical-coordinate representation of color #ABAA7E: hue angle of 58.67º 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 #ABAA7E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 126 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.33 |
| HSL | 58.67º | 0.21% | 0.58% | - |
| HSV(B) | 58.67º | 0.26% | 0.67% | - |
| XYZ | 34.94 | 38.91 | 25.41 | - |
| YUV | 165.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 126 | 0 | 0.01 | 0.26 | 0.33 | 58.67 | 0.21 | 0.58 |
| Hex | AB | AA | 7E | 0 | 1 | 1A | 21 | 3B | 15 | 3A |
| Octal | 253 | 252 | 176 | 0 | 1 | 32 | 41 | 73 | 25 | 72 |
| Binary | 10101011 | 10101010 | 1111110 | 0 | 1 | 11010 | 100001 | 111011 | 10101 | 111010 |
Color Harmonies of #ABAA7E
Complementary color
Monochromatic Colors of #ABAA7E
Black with #ABAA7E
Text Example
Text Example
White with #ABAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA7E; }
p { color: rgb(171,170,126); }
H1.HeaderClassName
{
color: #ABAA7E;
}
.AnyTagClassName
{
color: #ABAA7E;
}
</style>
background-color css
<style>
a { background-color: #ABAA7E; }
a { background-color: rgb(171,170,126); }
div.DivClassName
{
background-color: #ABAA7E;
}
.BgClassName
{
background-color: #ABAA7E;
}
</style>
border-color css
<style>
span { border-color: #ABAA7E; }
span { border-color: rgb(171,170,126); }
td.TdClassName
{
border-color: #ABAA7E;
}
.TagClassName
{
border-color: #ABAA7E;
}
</style>