Shades of Neutral Green #ABA679
Tints of Neutral Green #ABA679
RGB
CMYK
RGB Variations
Color information
#ABA679 (or 0xABA679) is known color: Neutral Green. HEX triplet: AB, A6 and 79. RGB value is (171,166,121). Sum of RGB (Red+Green+Blue) = 171+166+121=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA679 is #545986. Grayscale: #A2A2A2. Windows color (decimal): -5527943 or 7972523. OLE color: 7972523.
HSL color Cylindrical-coordinate representation of color #ABA679: hue angle of 54º 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 #ABA679 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 121 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.33 |
| HSL | 54º | 0.23% | 0.57% | - |
| HSV(B) | 54º | 0.29% | 0.67% | - |
| XYZ | 33.88 | 37.31 | 23.51 | - |
| YUV | 162.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 121 | 0 | 0.03 | 0.29 | 0.33 | 54 | 0.23 | 0.57 |
| Hex | AB | A6 | 79 | 0 | 3 | 1D | 21 | 36 | 17 | 39 |
| Octal | 253 | 246 | 171 | 0 | 3 | 35 | 41 | 66 | 27 | 71 |
| Binary | 10101011 | 10100110 | 1111001 | 0 | 11 | 11101 | 100001 | 110110 | 10111 | 111001 |
Color Harmonies of #ABA679
Complementary color
Monochromatic Colors of #ABA679
Black with #ABA679
Text Example
Text Example
White with #ABA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA679; }
p { color: rgb(171,166,121); }
H1.HeaderClassName
{
color: #ABA679;
}
.AnyTagClassName
{
color: #ABA679;
}
</style>
background-color css
<style>
a { background-color: #ABA679; }
a { background-color: rgb(171,166,121); }
div.DivClassName
{
background-color: #ABA679;
}
.BgClassName
{
background-color: #ABA679;
}
</style>
border-color css
<style>
span { border-color: #ABA679; }
span { border-color: rgb(171,166,121); }
td.TdClassName
{
border-color: #ABA679;
}
.TagClassName
{
border-color: #ABA679;
}
</style>