Shades of Neutral Green #ADAD7C
Tints of Neutral Green #ADAD7C
RGB
CMYK
RGB Variations
Color information
#ADAD7C (or 0xADAD7C) is known color: Neutral Green. HEX triplet: AD, AD and 7C. RGB value is (173,173,124). Sum of RGB (Red+Green+Blue) = 173+173+124=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD7C is #525283. Grayscale: #A7A7A7. Windows color (decimal): -5395076 or 8170925. OLE color: 8170925.
HSL color Cylindrical-coordinate representation of color #ADAD7C: hue angle of 60º 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 #ADAD7C is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 124 | - |
| CMYK | 0 | 0 | 0.28 | 0.32 |
| HSL | 60º | 0.23% | 0.58% | - |
| HSV(B) | 60º | 0.28% | 0.68% | - |
| XYZ | 35.82 | 40.23 | 24.95 | - |
| YUV | 167.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 124 | 0 | 0 | 0.28 | 0.32 | 60 | 0.23 | 0.58 |
| Hex | AD | AD | 7C | 0 | 0 | 1C | 20 | 3C | 17 | 3A |
| Octal | 255 | 255 | 174 | 0 | 0 | 34 | 40 | 74 | 27 | 72 |
| Binary | 10101101 | 10101101 | 1111100 | 0 | 0 | 11100 | 100000 | 111100 | 10111 | 111010 |
Color Harmonies of #ADAD7C
Complementary color
Monochromatic Colors of #ADAD7C
Black with #ADAD7C
Text Example
Text Example
White with #ADAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD7C; }
p { color: rgb(173,173,124); }
H1.HeaderClassName
{
color: #ADAD7C;
}
.AnyTagClassName
{
color: #ADAD7C;
}
</style>
background-color css
<style>
a { background-color: #ADAD7C; }
a { background-color: rgb(173,173,124); }
div.DivClassName
{
background-color: #ADAD7C;
}
.BgClassName
{
background-color: #ADAD7C;
}
</style>
border-color css
<style>
span { border-color: #ADAD7C; }
span { border-color: rgb(173,173,124); }
td.TdClassName
{
border-color: #ADAD7C;
}
.TagClassName
{
border-color: #ADAD7C;
}
</style>