Shades of Neutral Green #ABA77A
Tints of Neutral Green #ABA77A
RGB
CMYK
RGB Variations
Color information
#ABA77A (or 0xABA77A) is known color: Neutral Green. HEX triplet: AB, A7 and 7A. RGB value is (171,167,122). Sum of RGB (Red+Green+Blue) = 171+167+122=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA77A is #545885. Grayscale: #A3A3A3. Windows color (decimal): -5527686 or 8038315. OLE color: 8038315.
HSL color Cylindrical-coordinate representation of color #ABA77A: hue angle of 55.1º 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 #ABA77A is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 122 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.33 |
| HSL | 55.1º | 0.23% | 0.57% | - |
| HSV(B) | 55.1º | 0.29% | 0.67% | - |
| XYZ | 34.13 | 37.7 | 23.89 | - |
| YUV | 163.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 122 | 0 | 0.02 | 0.29 | 0.33 | 55.1 | 0.23 | 0.57 |
| Hex | AB | A7 | 7A | 0 | 2 | 1D | 21 | 37 | 17 | 39 |
| Octal | 253 | 247 | 172 | 0 | 2 | 35 | 41 | 67 | 27 | 71 |
| Binary | 10101011 | 10100111 | 1111010 | 0 | 10 | 11101 | 100001 | 110111 | 10111 | 111001 |
Color Harmonies of #ABA77A
Complementary color
Monochromatic Colors of #ABA77A
Black with #ABA77A
Text Example
Text Example
White with #ABA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA77A; }
p { color: rgb(171,167,122); }
H1.HeaderClassName
{
color: #ABA77A;
}
.AnyTagClassName
{
color: #ABA77A;
}
</style>
background-color css
<style>
a { background-color: #ABA77A; }
a { background-color: rgb(171,167,122); }
div.DivClassName
{
background-color: #ABA77A;
}
.BgClassName
{
background-color: #ABA77A;
}
</style>
border-color css
<style>
span { border-color: #ABA77A; }
span { border-color: rgb(171,167,122); }
td.TdClassName
{
border-color: #ABA77A;
}
.TagClassName
{
border-color: #ABA77A;
}
</style>