Shades of Neutral Green #ADA977
Tints of Neutral Green #ADA977
RGB
CMYK
RGB Variations
Color information
#ADA977 (or 0xADA977) is known color: Neutral Green. HEX triplet: AD, A9 and 77. RGB value is (173,169,119). Sum of RGB (Red+Green+Blue) = 173+169+119=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA977 is #525688. Grayscale: #A4A4A4. Windows color (decimal): -5396105 or 7842221. OLE color: 7842221.
HSL color Cylindrical-coordinate representation of color #ADA977: hue angle of 55.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA977 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 119 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.32 |
| HSL | 55.56º | 0.25% | 0.57% | - |
| HSV(B) | 55.56º | 0.31% | 0.68% | - |
| XYZ | 34.75 | 38.59 | 23.07 | - |
| YUV | 164.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 119 | 0 | 0.02 | 0.31 | 0.32 | 55.56 | 0.25 | 0.57 |
| Hex | AD | A9 | 77 | 0 | 2 | 1F | 20 | 38 | 19 | 39 |
| Octal | 255 | 251 | 167 | 0 | 2 | 37 | 40 | 70 | 31 | 71 |
| Binary | 10101101 | 10101001 | 1110111 | 0 | 10 | 11111 | 100000 | 111000 | 11001 | 111001 |
Color Harmonies of #ADA977
Complementary color
Monochromatic Colors of #ADA977
Black with #ADA977
Text Example
Text Example
White with #ADA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA977; }
p { color: rgb(173,169,119); }
H1.HeaderClassName
{
color: #ADA977;
}
.AnyTagClassName
{
color: #ADA977;
}
</style>
background-color css
<style>
a { background-color: #ADA977; }
a { background-color: rgb(173,169,119); }
div.DivClassName
{
background-color: #ADA977;
}
.BgClassName
{
background-color: #ADA977;
}
</style>
border-color css
<style>
span { border-color: #ADA977; }
span { border-color: rgb(173,169,119); }
td.TdClassName
{
border-color: #ADA977;
}
.TagClassName
{
border-color: #ADA977;
}
</style>