Shades of Neutral Green #ABAA7B
Tints of Neutral Green #ABAA7B
RGB
CMYK
RGB Variations
Color information
#ABAA7B (or 0xABAA7B) is known color: Neutral Green. HEX triplet: AB, AA and 7B. RGB value is (171,170,123). Sum of RGB (Red+Green+Blue) = 171+170+123=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA7B is #545584. Grayscale: #A5A5A5. Windows color (decimal): -5526917 or 8104619. OLE color: 8104619.
HSL color Cylindrical-coordinate representation of color #ABAA7B: hue angle of 58.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAA7B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 123 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.33 |
| HSL | 58.75º | 0.22% | 0.58% | - |
| HSV(B) | 58.75º | 0.28% | 0.67% | - |
| XYZ | 34.74 | 38.84 | 24.4 | - |
| YUV | 164.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 123 | 0 | 0.01 | 0.28 | 0.33 | 58.75 | 0.22 | 0.58 |
| Hex | AB | AA | 7B | 0 | 1 | 1C | 21 | 3B | 16 | 3A |
| Octal | 253 | 252 | 173 | 0 | 1 | 34 | 41 | 73 | 26 | 72 |
| Binary | 10101011 | 10101010 | 1111011 | 0 | 1 | 11100 | 100001 | 111011 | 10110 | 111010 |
Color Harmonies of #ABAA7B
Complementary color
Monochromatic Colors of #ABAA7B
Black with #ABAA7B
Text Example
Text Example
White with #ABAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA7B; }
p { color: rgb(171,170,123); }
H1.HeaderClassName
{
color: #ABAA7B;
}
.AnyTagClassName
{
color: #ABAA7B;
}
</style>
background-color css
<style>
a { background-color: #ABAA7B; }
a { background-color: rgb(171,170,123); }
div.DivClassName
{
background-color: #ABAA7B;
}
.BgClassName
{
background-color: #ABAA7B;
}
</style>
border-color css
<style>
span { border-color: #ABAA7B; }
span { border-color: rgb(171,170,123); }
td.TdClassName
{
border-color: #ABAA7B;
}
.TagClassName
{
border-color: #ABAA7B;
}
</style>