Shades of Neutral Green #ABAA78
Tints of Neutral Green #ABAA78
RGB
CMYK
RGB Variations
Color information
#ABAA78 (or 0xABAA78) is known color: Neutral Green. HEX triplet: AB, AA and 78. RGB value is (171,170,120). Sum of RGB (Red+Green+Blue) = 171+170+120=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA78 is #545587. Grayscale: #A4A4A4. Windows color (decimal): -5526920 or 7908011. OLE color: 7908011.
HSL color Cylindrical-coordinate representation of color #ABAA78: hue angle of 58.82º 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 #ABAA78 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 120 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.33 |
| HSL | 58.82º | 0.23% | 0.57% | - |
| HSV(B) | 58.82º | 0.3% | 0.67% | - |
| XYZ | 34.56 | 38.76 | 23.43 | - |
| YUV | 164.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 120 | 0 | 0.01 | 0.30 | 0.33 | 58.82 | 0.23 | 0.57 |
| Hex | AB | AA | 78 | 0 | 1 | 1E | 21 | 3B | 17 | 39 |
| Octal | 253 | 252 | 170 | 0 | 1 | 36 | 41 | 73 | 27 | 71 |
| Binary | 10101011 | 10101010 | 1111000 | 0 | 1 | 11110 | 100001 | 111011 | 10111 | 111001 |
Color Harmonies of #ABAA78
Complementary color
Monochromatic Colors of #ABAA78
Black with #ABAA78
Text Example
Text Example
White with #ABAA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA78; }
p { color: rgb(171,170,120); }
H1.HeaderClassName
{
color: #ABAA78;
}
.AnyTagClassName
{
color: #ABAA78;
}
</style>
background-color css
<style>
a { background-color: #ABAA78; }
a { background-color: rgb(171,170,120); }
div.DivClassName
{
background-color: #ABAA78;
}
.BgClassName
{
background-color: #ABAA78;
}
</style>
border-color css
<style>
span { border-color: #ABAA78; }
span { border-color: rgb(171,170,120); }
td.TdClassName
{
border-color: #ABAA78;
}
.TagClassName
{
border-color: #ABAA78;
}
</style>