Shades of Neutral Green #ABAA77
Tints of Neutral Green #ABAA77
RGB
CMYK
RGB Variations
Color information
#ABAA77 (or 0xABAA77) is known color: Neutral Green. HEX triplet: AB, AA and 77. RGB value is (171,170,119). Sum of RGB (Red+Green+Blue) = 171+170+119=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA77 is #545588. Grayscale: #A4A4A4. Windows color (decimal): -5526921 or 7842475. OLE color: 7842475.
HSL color Cylindrical-coordinate representation of color #ABAA77: hue angle of 58.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABAA77 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 119 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.33 |
| HSL | 58.85º | 0.24% | 0.57% | - |
| HSV(B) | 58.85º | 0.3% | 0.67% | - |
| XYZ | 34.5 | 38.74 | 23.11 | - |
| YUV | 164.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 119 | 0 | 0.01 | 0.30 | 0.33 | 58.85 | 0.24 | 0.57 |
| Hex | AB | AA | 77 | 0 | 1 | 1E | 21 | 3B | 18 | 39 |
| Octal | 253 | 252 | 167 | 0 | 1 | 36 | 41 | 73 | 30 | 71 |
| Binary | 10101011 | 10101010 | 1110111 | 0 | 1 | 11110 | 100001 | 111011 | 11000 | 111001 |
Color Harmonies of #ABAA77
Complementary color
Monochromatic Colors of #ABAA77
Black with #ABAA77
Text Example
Text Example
White with #ABAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA77; }
p { color: rgb(171,170,119); }
H1.HeaderClassName
{
color: #ABAA77;
}
.AnyTagClassName
{
color: #ABAA77;
}
</style>
background-color css
<style>
a { background-color: #ABAA77; }
a { background-color: rgb(171,170,119); }
div.DivClassName
{
background-color: #ABAA77;
}
.BgClassName
{
background-color: #ABAA77;
}
</style>
border-color css
<style>
span { border-color: #ABAA77; }
span { border-color: rgb(171,170,119); }
td.TdClassName
{
border-color: #ABAA77;
}
.TagClassName
{
border-color: #ABAA77;
}
</style>