Shades of Neutral Green #ADAA7D
Tints of Neutral Green #ADAA7D
RGB
CMYK
RGB Variations
Color information
#ADAA7D (or 0xADAA7D) is known color: Neutral Green. HEX triplet: AD, AA and 7D. RGB value is (173,170,125). Sum of RGB (Red+Green+Blue) = 173+170+125=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA7D is #525582. Grayscale: #A5A5A5. Windows color (decimal): -5395843 or 8235693. OLE color: 8235693.
HSL color Cylindrical-coordinate representation of color #ADAA7D: hue angle of 56.25º 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 #ADAA7D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 125 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.32 |
| HSL | 56.25º | 0.23% | 0.58% | - |
| HSV(B) | 56.25º | 0.28% | 0.68% | - |
| XYZ | 35.31 | 39.11 | 25.09 | - |
| YUV | 165.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 125 | 0 | 0.02 | 0.28 | 0.32 | 56.25 | 0.23 | 0.58 |
| Hex | AD | AA | 7D | 0 | 2 | 1C | 20 | 38 | 17 | 3A |
| Octal | 255 | 252 | 175 | 0 | 2 | 34 | 40 | 70 | 27 | 72 |
| Binary | 10101101 | 10101010 | 1111101 | 0 | 10 | 11100 | 100000 | 111000 | 10111 | 111010 |
Color Harmonies of #ADAA7D
Complementary color
Monochromatic Colors of #ADAA7D
Black with #ADAA7D
Text Example
Text Example
White with #ADAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA7D; }
p { color: rgb(173,170,125); }
H1.HeaderClassName
{
color: #ADAA7D;
}
.AnyTagClassName
{
color: #ADAA7D;
}
</style>
background-color css
<style>
a { background-color: #ADAA7D; }
a { background-color: rgb(173,170,125); }
div.DivClassName
{
background-color: #ADAA7D;
}
.BgClassName
{
background-color: #ADAA7D;
}
</style>
border-color css
<style>
span { border-color: #ADAA7D; }
span { border-color: rgb(173,170,125); }
td.TdClassName
{
border-color: #ADAA7D;
}
.TagClassName
{
border-color: #ADAA7D;
}
</style>