Shades of Neutral Green #ABA78A
Tints of Neutral Green #ABA78A
RGB
CMYK
RGB Variations
Color information
#ABA78A (or 0xABA78A) is known color: Neutral Green. HEX triplet: AB, A7 and 8A. RGB value is (171,167,138). Sum of RGB (Red+Green+Blue) = 171+167+138=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA78A is #545875. Grayscale: #A5A5A5. Windows color (decimal): -5527670 or 9086891. OLE color: 9086891.
HSL color Cylindrical-coordinate representation of color #ABA78A: hue angle of 52.73º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA78A is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 138 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.33 |
| HSL | 52.73º | 0.16% | 0.61% | - |
| HSV(B) | 52.73º | 0.19% | 0.67% | - |
| XYZ | 35.2 | 38.13 | 29.55 | - |
| YUV | 164.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 138 | 0 | 0.02 | 0.19 | 0.33 | 52.73 | 0.16 | 0.61 |
| Hex | AB | A7 | 8A | 0 | 2 | 13 | 21 | 35 | 10 | 3D |
| Octal | 253 | 247 | 212 | 0 | 2 | 23 | 41 | 65 | 20 | 75 |
| Binary | 10101011 | 10100111 | 10001010 | 0 | 10 | 10011 | 100001 | 110101 | 10000 | 111101 |
Color Harmonies of #ABA78A
Complementary color
Monochromatic Colors of #ABA78A
Black with #ABA78A
Text Example
Text Example
White with #ABA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA78A; }
p { color: rgb(171,167,138); }
H1.HeaderClassName
{
color: #ABA78A;
}
.AnyTagClassName
{
color: #ABA78A;
}
</style>
background-color css
<style>
a { background-color: #ABA78A; }
a { background-color: rgb(171,167,138); }
div.DivClassName
{
background-color: #ABA78A;
}
.BgClassName
{
background-color: #ABA78A;
}
</style>
border-color css
<style>
span { border-color: #ABA78A; }
span { border-color: rgb(171,167,138); }
td.TdClassName
{
border-color: #ABA78A;
}
.TagClassName
{
border-color: #ABA78A;
}
</style>