Shades of Neutral Green #ADAD7E
Tints of Neutral Green #ADAD7E
RGB
CMYK
RGB Variations
Color information
#ADAD7E (or 0xADAD7E) is known color: Neutral Green. HEX triplet: AD, AD and 7E. RGB value is (173,173,126). Sum of RGB (Red+Green+Blue) = 173+173+126=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD7E is #525281. Grayscale: #A7A7A7. Windows color (decimal): -5395074 or 8301997. OLE color: 8301997.
HSL color Cylindrical-coordinate representation of color #ADAD7E: hue angle of 60º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAD7E is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 126 | - |
| CMYK | 0 | 0 | 0.27 | 0.32 |
| HSL | 60º | 0.22% | 0.59% | - |
| HSV(B) | 60º | 0.27% | 0.68% | - |
| XYZ | 35.94 | 40.28 | 25.62 | - |
| YUV | 167.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 126 | 0 | 0 | 0.27 | 0.32 | 60 | 0.22 | 0.59 |
| Hex | AD | AD | 7E | 0 | 0 | 1B | 20 | 3C | 16 | 3B |
| Octal | 255 | 255 | 176 | 0 | 0 | 33 | 40 | 74 | 26 | 73 |
| Binary | 10101101 | 10101101 | 1111110 | 0 | 0 | 11011 | 100000 | 111100 | 10110 | 111011 |
Color Harmonies of #ADAD7E
Complementary color
Monochromatic Colors of #ADAD7E
Black with #ADAD7E
Text Example
Text Example
White with #ADAD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD7E; }
p { color: rgb(173,173,126); }
H1.HeaderClassName
{
color: #ADAD7E;
}
.AnyTagClassName
{
color: #ADAD7E;
}
</style>
background-color css
<style>
a { background-color: #ADAD7E; }
a { background-color: rgb(173,173,126); }
div.DivClassName
{
background-color: #ADAD7E;
}
.BgClassName
{
background-color: #ADAD7E;
}
</style>
border-color css
<style>
span { border-color: #ADAD7E; }
span { border-color: rgb(173,173,126); }
td.TdClassName
{
border-color: #ADAD7E;
}
.TagClassName
{
border-color: #ADAD7E;
}
</style>