Shades of Neutral Green #AAA77B
Tints of Neutral Green #AAA77B
RGB
CMYK
RGB Variations
Color information
#AAA77B (or 0xAAA77B) is known color: Neutral Green. HEX triplet: AA, A7 and 7B. RGB value is (170,167,123). Sum of RGB (Red+Green+Blue) = 170+167+123=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA77B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA77B is #555884. Grayscale: #A3A3A3. Windows color (decimal): -5593221 or 8103850. OLE color: 8103850.
HSL color Cylindrical-coordinate representation of color #AAA77B: hue angle of 56.17º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA77B is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 123 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.33 |
| HSL | 56.17º | 0.22% | 0.57% | - |
| HSV(B) | 56.17º | 0.28% | 0.67% | - |
| XYZ | 33.97 | 37.61 | 24.21 | - |
| YUV | 162.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 123 | 0 | 0.02 | 0.28 | 0.33 | 56.17 | 0.22 | 0.57 |
| Hex | AA | A7 | 7B | 0 | 2 | 1C | 21 | 38 | 16 | 39 |
| Octal | 252 | 247 | 173 | 0 | 2 | 34 | 41 | 70 | 26 | 71 |
| Binary | 10101010 | 10100111 | 1111011 | 0 | 10 | 11100 | 100001 | 111000 | 10110 | 111001 |
Color Harmonies of #AAA77B
Complementary color
Monochromatic Colors of #AAA77B
Black with #AAA77B
Text Example
Text Example
White with #AAA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA77B; }
p { color: rgb(170,167,123); }
H1.HeaderClassName
{
color: #AAA77B;
}
.AnyTagClassName
{
color: #AAA77B;
}
</style>
background-color css
<style>
a { background-color: #AAA77B; }
a { background-color: rgb(170,167,123); }
div.DivClassName
{
background-color: #AAA77B;
}
.BgClassName
{
background-color: #AAA77B;
}
</style>
border-color css
<style>
span { border-color: #AAA77B; }
span { border-color: rgb(170,167,123); }
td.TdClassName
{
border-color: #AAA77B;
}
.TagClassName
{
border-color: #AAA77B;
}
</style>