Shades of Neutral Green #ADA777
Tints of Neutral Green #ADA777
RGB
CMYK
RGB Variations
Color information
#ADA777 (or 0xADA777) is known color: Neutral Green. HEX triplet: AD, A7 and 77. RGB value is (173,167,119). Sum of RGB (Red+Green+Blue) = 173+167+119=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA777 is #525888. Grayscale: #A3A3A3. Windows color (decimal): -5396617 or 7841709. OLE color: 7841709.
HSL color Cylindrical-coordinate representation of color #ADA777: hue angle of 53.33º 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 #ADA777 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 119 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.32 |
| HSL | 53.33º | 0.25% | 0.57% | - |
| HSV(B) | 53.33º | 0.31% | 0.68% | - |
| XYZ | 34.38 | 37.85 | 22.95 | - |
| YUV | 163.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 119 | 0 | 0.03 | 0.31 | 0.32 | 53.33 | 0.25 | 0.57 |
| Hex | AD | A7 | 77 | 0 | 3 | 1F | 20 | 35 | 19 | 39 |
| Octal | 255 | 247 | 167 | 0 | 3 | 37 | 40 | 65 | 31 | 71 |
| Binary | 10101101 | 10100111 | 1110111 | 0 | 11 | 11111 | 100000 | 110101 | 11001 | 111001 |
Color Harmonies of #ADA777
Complementary color
Monochromatic Colors of #ADA777
Black with #ADA777
Text Example
Text Example
White with #ADA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA777; }
p { color: rgb(173,167,119); }
H1.HeaderClassName
{
color: #ADA777;
}
.AnyTagClassName
{
color: #ADA777;
}
</style>
background-color css
<style>
a { background-color: #ADA777; }
a { background-color: rgb(173,167,119); }
div.DivClassName
{
background-color: #ADA777;
}
.BgClassName
{
background-color: #ADA777;
}
</style>
border-color css
<style>
span { border-color: #ADA777; }
span { border-color: rgb(173,167,119); }
td.TdClassName
{
border-color: #ADA777;
}
.TagClassName
{
border-color: #ADA777;
}
</style>