Shades of Neutral Green #ADA876
Tints of Neutral Green #ADA876
RGB
CMYK
RGB Variations
Color information
#ADA876 (or 0xADA876) is known color: Neutral Green. HEX triplet: AD, A8 and 76. RGB value is (173,168,118). Sum of RGB (Red+Green+Blue) = 173+168+118=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA876 is #525789. Grayscale: #A3A3A3. Windows color (decimal): -5396362 or 7776429. OLE color: 7776429.
HSL color Cylindrical-coordinate representation of color #ADA876: hue angle of 54.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA876 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 118 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.32 |
| HSL | 54.55º | 0.25% | 0.57% | - |
| HSV(B) | 54.55º | 0.32% | 0.68% | - |
| XYZ | 34.51 | 38.2 | 22.69 | - |
| YUV | 163.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 118 | 0 | 0.03 | 0.32 | 0.32 | 54.55 | 0.25 | 0.57 |
| Hex | AD | A8 | 76 | 0 | 3 | 20 | 20 | 37 | 19 | 39 |
| Octal | 255 | 250 | 166 | 0 | 3 | 40 | 40 | 67 | 31 | 71 |
| Binary | 10101101 | 10101000 | 1110110 | 0 | 11 | 100000 | 100000 | 110111 | 11001 | 111001 |
Color Harmonies of #ADA876
Complementary color
Monochromatic Colors of #ADA876
Black with #ADA876
Text Example
Text Example
White with #ADA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA876; }
p { color: rgb(173,168,118); }
H1.HeaderClassName
{
color: #ADA876;
}
.AnyTagClassName
{
color: #ADA876;
}
</style>
background-color css
<style>
a { background-color: #ADA876; }
a { background-color: rgb(173,168,118); }
div.DivClassName
{
background-color: #ADA876;
}
.BgClassName
{
background-color: #ADA876;
}
</style>
border-color css
<style>
span { border-color: #ADA876; }
span { border-color: rgb(173,168,118); }
td.TdClassName
{
border-color: #ADA876;
}
.TagClassName
{
border-color: #ADA876;
}
</style>