Shades of Neutral Green #ADAB7C
Tints of Neutral Green #ADAB7C
RGB
CMYK
RGB Variations
Color information
#ADAB7C (or 0xADAB7C) is known color: Neutral Green. HEX triplet: AD, AB and 7C. RGB value is (173,171,124). Sum of RGB (Red+Green+Blue) = 173+171+124=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB7C is #525483. Grayscale: #A6A6A6. Windows color (decimal): -5395588 or 8170413. OLE color: 8170413.
HSL color Cylindrical-coordinate representation of color #ADAB7C: hue angle of 57.55º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAB7C is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 124 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.32 |
| HSL | 57.55º | 0.23% | 0.58% | - |
| HSV(B) | 57.55º | 0.28% | 0.68% | - |
| XYZ | 35.43 | 39.47 | 24.82 | - |
| YUV | 166.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 124 | 0 | 0.01 | 0.28 | 0.32 | 57.55 | 0.23 | 0.58 |
| Hex | AD | AB | 7C | 0 | 1 | 1C | 20 | 3A | 17 | 3A |
| Octal | 255 | 253 | 174 | 0 | 1 | 34 | 40 | 72 | 27 | 72 |
| Binary | 10101101 | 10101011 | 1111100 | 0 | 1 | 11100 | 100000 | 111010 | 10111 | 111010 |
Color Harmonies of #ADAB7C
Complementary color
Monochromatic Colors of #ADAB7C
Black with #ADAB7C
Text Example
Text Example
White with #ADAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB7C; }
p { color: rgb(173,171,124); }
H1.HeaderClassName
{
color: #ADAB7C;
}
.AnyTagClassName
{
color: #ADAB7C;
}
</style>
background-color css
<style>
a { background-color: #ADAB7C; }
a { background-color: rgb(173,171,124); }
div.DivClassName
{
background-color: #ADAB7C;
}
.BgClassName
{
background-color: #ADAB7C;
}
</style>
border-color css
<style>
span { border-color: #ADAB7C; }
span { border-color: rgb(173,171,124); }
td.TdClassName
{
border-color: #ADAB7C;
}
.TagClassName
{
border-color: #ADAB7C;
}
</style>