Shades of Neutral Green #ABA875
Tints of Neutral Green #ABA875
RGB
CMYK
RGB Variations
Color information
#ABA875 (or 0xABA875) is known color: Neutral Green. HEX triplet: AB, A8 and 75. RGB value is (171,168,117). Sum of RGB (Red+Green+Blue) = 171+168+117=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA875 is #54578A. Grayscale: #A3A3A3. Windows color (decimal): -5527435 or 7710891. OLE color: 7710891.
HSL color Cylindrical-coordinate representation of color #ABA875: hue angle of 56.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA875 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 117 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.33 |
| HSL | 56.67º | 0.24% | 0.56% | - |
| HSV(B) | 56.67º | 0.32% | 0.67% | - |
| XYZ | 34.01 | 37.95 | 22.36 | - |
| YUV | 163.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 117 | 0 | 0.02 | 0.32 | 0.33 | 56.67 | 0.24 | 0.56 |
| Hex | AB | A8 | 75 | 0 | 2 | 20 | 21 | 39 | 18 | 38 |
| Octal | 253 | 250 | 165 | 0 | 2 | 40 | 41 | 71 | 30 | 70 |
| Binary | 10101011 | 10101000 | 1110101 | 0 | 10 | 100000 | 100001 | 111001 | 11000 | 111000 |
Color Harmonies of #ABA875
Complementary color
Monochromatic Colors of #ABA875
Black with #ABA875
Text Example
Text Example
White with #ABA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA875; }
p { color: rgb(171,168,117); }
H1.HeaderClassName
{
color: #ABA875;
}
.AnyTagClassName
{
color: #ABA875;
}
</style>
background-color css
<style>
a { background-color: #ABA875; }
a { background-color: rgb(171,168,117); }
div.DivClassName
{
background-color: #ABA875;
}
.BgClassName
{
background-color: #ABA875;
}
</style>
border-color css
<style>
span { border-color: #ABA875; }
span { border-color: rgb(171,168,117); }
td.TdClassName
{
border-color: #ABA875;
}
.TagClassName
{
border-color: #ABA875;
}
</style>