Shades of Neutral Green #ABA878
Tints of Neutral Green #ABA878
RGB
CMYK
RGB Variations
Color information
#ABA878 (or 0xABA878) is known color: Neutral Green. HEX triplet: AB, A8 and 78. RGB value is (171,168,120). Sum of RGB (Red+Green+Blue) = 171+168+120=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA878 is #545787. Grayscale: #A3A3A3. Windows color (decimal): -5527432 or 7907499. OLE color: 7907499.
HSL color Cylindrical-coordinate representation of color #ABA878: hue angle of 56.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA878 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 120 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.33 |
| HSL | 56.47º | 0.23% | 0.57% | - |
| HSV(B) | 56.47º | 0.3% | 0.67% | - |
| XYZ | 34.19 | 38.02 | 23.31 | - |
| YUV | 163.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 120 | 0 | 0.02 | 0.30 | 0.33 | 56.47 | 0.23 | 0.57 |
| Hex | AB | A8 | 78 | 0 | 2 | 1E | 21 | 38 | 17 | 39 |
| Octal | 253 | 250 | 170 | 0 | 2 | 36 | 41 | 70 | 27 | 71 |
| Binary | 10101011 | 10101000 | 1111000 | 0 | 10 | 11110 | 100001 | 111000 | 10111 | 111001 |
Color Harmonies of #ABA878
Complementary color
Monochromatic Colors of #ABA878
Black with #ABA878
Text Example
Text Example
White with #ABA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA878; }
p { color: rgb(171,168,120); }
H1.HeaderClassName
{
color: #ABA878;
}
.AnyTagClassName
{
color: #ABA878;
}
</style>
background-color css
<style>
a { background-color: #ABA878; }
a { background-color: rgb(171,168,120); }
div.DivClassName
{
background-color: #ABA878;
}
.BgClassName
{
background-color: #ABA878;
}
</style>
border-color css
<style>
span { border-color: #ABA878; }
span { border-color: rgb(171,168,120); }
td.TdClassName
{
border-color: #ABA878;
}
.TagClassName
{
border-color: #ABA878;
}
</style>