Shades of Neutral Green #ABA780
Tints of Neutral Green #ABA780
RGB
CMYK
RGB Variations
Color information
#ABA780 (or 0xABA780) is known color: Neutral Green. HEX triplet: AB, A7 and 80. RGB value is (171,167,128). Sum of RGB (Red+Green+Blue) = 171+167+128=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA780 is #54587F. Grayscale: #A3A3A3. Windows color (decimal): -5527680 or 8431531. OLE color: 8431531.
HSL color Cylindrical-coordinate representation of color #ABA780: hue angle of 54.42º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA780 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 128 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.33 |
| HSL | 54.42º | 0.2% | 0.59% | - |
| HSV(B) | 54.42º | 0.25% | 0.67% | - |
| XYZ | 34.51 | 37.85 | 25.91 | - |
| YUV | 163.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 128 | 0 | 0.02 | 0.25 | 0.33 | 54.42 | 0.2 | 0.59 |
| Hex | AB | A7 | 80 | 0 | 2 | 19 | 21 | 36 | 14 | 3B |
| Octal | 253 | 247 | 200 | 0 | 2 | 31 | 41 | 66 | 24 | 73 |
| Binary | 10101011 | 10100111 | 10000000 | 0 | 10 | 11001 | 100001 | 110110 | 10100 | 111011 |
Color Harmonies of #ABA780
Complementary color
Monochromatic Colors of #ABA780
Black with #ABA780
Text Example
Text Example
White with #ABA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA780; }
p { color: rgb(171,167,128); }
H1.HeaderClassName
{
color: #ABA780;
}
.AnyTagClassName
{
color: #ABA780;
}
</style>
background-color css
<style>
a { background-color: #ABA780; }
a { background-color: rgb(171,167,128); }
div.DivClassName
{
background-color: #ABA780;
}
.BgClassName
{
background-color: #ABA780;
}
</style>
border-color css
<style>
span { border-color: #ABA780; }
span { border-color: rgb(171,167,128); }
td.TdClassName
{
border-color: #ABA780;
}
.TagClassName
{
border-color: #ABA780;
}
</style>