Shades of Neutral Green #AAA77F
Tints of Neutral Green #AAA77F
RGB
CMYK
RGB Variations
Color information
#AAA77F (or 0xAAA77F) is known color: Neutral Green. HEX triplet: AA, A7 and 7F. RGB value is (170,167,127). Sum of RGB (Red+Green+Blue) = 170+167+127=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA77F is #555880. Grayscale: #A3A3A3. Windows color (decimal): -5593217 or 8365994. OLE color: 8365994.
HSL color Cylindrical-coordinate representation of color #AAA77F: hue angle of 55.81º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA77F is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 127 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.33 |
| HSL | 55.81º | 0.2% | 0.58% | - |
| HSV(B) | 55.81º | 0.25% | 0.67% | - |
| XYZ | 34.23 | 37.72 | 25.55 | - |
| YUV | 163.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 127 | 0 | 0.02 | 0.25 | 0.33 | 55.81 | 0.2 | 0.58 |
| Hex | AA | A7 | 7F | 0 | 2 | 19 | 21 | 38 | 14 | 3A |
| Octal | 252 | 247 | 177 | 0 | 2 | 31 | 41 | 70 | 24 | 72 |
| Binary | 10101010 | 10100111 | 1111111 | 0 | 10 | 11001 | 100001 | 111000 | 10100 | 111010 |
Color Harmonies of #AAA77F
Complementary color
Monochromatic Colors of #AAA77F
Black with #AAA77F
Text Example
Text Example
White with #AAA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA77F; }
p { color: rgb(170,167,127); }
H1.HeaderClassName
{
color: #AAA77F;
}
.AnyTagClassName
{
color: #AAA77F;
}
</style>
background-color css
<style>
a { background-color: #AAA77F; }
a { background-color: rgb(170,167,127); }
div.DivClassName
{
background-color: #AAA77F;
}
.BgClassName
{
background-color: #AAA77F;
}
</style>
border-color css
<style>
span { border-color: #AAA77F; }
span { border-color: rgb(170,167,127); }
td.TdClassName
{
border-color: #AAA77F;
}
.TagClassName
{
border-color: #AAA77F;
}
</style>