Shades of Neutral Green #ABAA7D
Tints of Neutral Green #ABAA7D
RGB
CMYK
RGB Variations
Color information
#ABAA7D (or 0xABAA7D) is known color: Neutral Green. HEX triplet: AB, AA and 7D. RGB value is (171,170,125). Sum of RGB (Red+Green+Blue) = 171+170+125=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA7D is #545582. Grayscale: #A5A5A5. Windows color (decimal): -5526915 or 8235691. OLE color: 8235691.
HSL color Cylindrical-coordinate representation of color #ABAA7D: hue angle of 58.7º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAA7D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 170 | 125 | - |
CMYK | 0 | 0.01 | 0.27 | 0.33 |
HSL | 58.7º | 0.21% | 0.58% | - |
HSV(B) | 58.7º | 0.27% | 0.67% | - |
XYZ | 34.87 | 38.89 | 25.07 | - |
YUV | 165.17 | 105.33 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 170 | 125 | 0 | 0.01 | 0.27 | 0.33 | 58.7 | 0.21 | 0.58 |
Hex | AB | AA | 7D | 0 | 1 | 1B | 21 | 3B | 15 | 3A |
Octal | 253 | 252 | 175 | 0 | 1 | 33 | 41 | 73 | 25 | 72 |
Binary | 10101011 | 10101010 | 1111101 | 0 | 1 | 11011 | 100001 | 111011 | 10101 | 111010 |
Color Harmonies of #ABAA7D
Complementary color
Monochromatic Colors of #ABAA7D
Black with #ABAA7D
Text Example
Text Example
White with #ABAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA7D; }
p { color: rgb(171,170,125); }
H1.HeaderClassName
{
color: #ABAA7D;
}
.AnyTagClassName
{
color: #ABAA7D;
}
</style>
background-color css
<style>
a { background-color: #ABAA7D; }
a { background-color: rgb(171,170,125); }
div.DivClassName
{
background-color: #ABAA7D;
}
.BgClassName
{
background-color: #ABAA7D;
}
</style>
border-color css
<style>
span { border-color: #ABAA7D; }
span { border-color: rgb(171,170,125); }
td.TdClassName
{
border-color: #ABAA7D;
}
.TagClassName
{
border-color: #ABAA7D;
}
</style>