Shades of Neutral Green #ADA976
Tints of Neutral Green #ADA976
RGB
CMYK
RGB Variations
Color information
#ADA976 (or 0xADA976) is known color: Neutral Green. HEX triplet: AD, A9 and 76. RGB value is (173,169,118). Sum of RGB (Red+Green+Blue) = 173+169+118=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA976 is #525689. Grayscale: #A4A4A4. Windows color (decimal): -5396106 or 7776685. OLE color: 7776685.
HSL color Cylindrical-coordinate representation of color #ADA976: hue angle of 55.64º 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 #ADA976 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 118 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.32 |
| HSL | 55.64º | 0.25% | 0.57% | - |
| HSV(B) | 55.64º | 0.32% | 0.68% | - |
| XYZ | 34.69 | 38.57 | 22.76 | - |
| YUV | 164.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 118 | 0 | 0.02 | 0.32 | 0.32 | 55.64 | 0.25 | 0.57 |
| Hex | AD | A9 | 76 | 0 | 2 | 20 | 20 | 38 | 19 | 39 |
| Octal | 255 | 251 | 166 | 0 | 2 | 40 | 40 | 70 | 31 | 71 |
| Binary | 10101101 | 10101001 | 1110110 | 0 | 10 | 100000 | 100000 | 111000 | 11001 | 111001 |
Color Harmonies of #ADA976
Complementary color
Monochromatic Colors of #ADA976
Black with #ADA976
Text Example
Text Example
White with #ADA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA976; }
p { color: rgb(173,169,118); }
H1.HeaderClassName
{
color: #ADA976;
}
.AnyTagClassName
{
color: #ADA976;
}
</style>
background-color css
<style>
a { background-color: #ADA976; }
a { background-color: rgb(173,169,118); }
div.DivClassName
{
background-color: #ADA976;
}
.BgClassName
{
background-color: #ADA976;
}
</style>
border-color css
<style>
span { border-color: #ADA976; }
span { border-color: rgb(173,169,118); }
td.TdClassName
{
border-color: #ADA976;
}
.TagClassName
{
border-color: #ADA976;
}
</style>