Shades of Neutral Green #ADA77A
Tints of Neutral Green #ADA77A
RGB
CMYK
RGB Variations
Color information
#ADA77A (or 0xADA77A) is known color: Neutral Green. HEX triplet: AD, A7 and 7A. RGB value is (173,167,122). Sum of RGB (Red+Green+Blue) = 173+167+122=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA77A is #525885. Grayscale: #A3A3A3. Windows color (decimal): -5396614 or 8038317. OLE color: 8038317.
HSL color Cylindrical-coordinate representation of color #ADA77A: hue angle of 52.94º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA77A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 122 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.32 |
| HSL | 52.94º | 0.24% | 0.58% | - |
| HSV(B) | 52.94º | 0.29% | 0.68% | - |
| XYZ | 34.57 | 37.93 | 23.91 | - |
| YUV | 163.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 122 | 0 | 0.03 | 0.29 | 0.32 | 52.94 | 0.24 | 0.58 |
| Hex | AD | A7 | 7A | 0 | 3 | 1D | 20 | 35 | 18 | 3A |
| Octal | 255 | 247 | 172 | 0 | 3 | 35 | 40 | 65 | 30 | 72 |
| Binary | 10101101 | 10100111 | 1111010 | 0 | 11 | 11101 | 100000 | 110101 | 11000 | 111010 |
Color Harmonies of #ADA77A
Complementary color
Monochromatic Colors of #ADA77A
Black with #ADA77A
Text Example
Text Example
White with #ADA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA77A; }
p { color: rgb(173,167,122); }
H1.HeaderClassName
{
color: #ADA77A;
}
.AnyTagClassName
{
color: #ADA77A;
}
</style>
background-color css
<style>
a { background-color: #ADA77A; }
a { background-color: rgb(173,167,122); }
div.DivClassName
{
background-color: #ADA77A;
}
.BgClassName
{
background-color: #ADA77A;
}
</style>
border-color css
<style>
span { border-color: #ADA77A; }
span { border-color: rgb(173,167,122); }
td.TdClassName
{
border-color: #ADA77A;
}
.TagClassName
{
border-color: #ADA77A;
}
</style>