Shades of Neutral Green #ADA77F
Tints of Neutral Green #ADA77F
RGB
CMYK
RGB Variations
Color information
#ADA77F (or 0xADA77F) is known color: Neutral Green. HEX triplet: AD, A7 and 7F. RGB value is (173,167,127). Sum of RGB (Red+Green+Blue) = 173+167+127=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA77F is #525880. Grayscale: #A4A4A4. Windows color (decimal): -5396609 or 8365997. OLE color: 8365997.
HSL color Cylindrical-coordinate representation of color #ADA77F: hue angle of 52.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA77F is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 127 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.32 |
| HSL | 52.17º | 0.22% | 0.59% | - |
| HSV(B) | 52.17º | 0.27% | 0.68% | - |
| XYZ | 34.88 | 38.05 | 25.59 | - |
| YUV | 164.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 127 | 0 | 0.03 | 0.27 | 0.32 | 52.17 | 0.22 | 0.59 |
| Hex | AD | A7 | 7F | 0 | 3 | 1B | 20 | 34 | 16 | 3B |
| Octal | 255 | 247 | 177 | 0 | 3 | 33 | 40 | 64 | 26 | 73 |
| Binary | 10101101 | 10100111 | 1111111 | 0 | 11 | 11011 | 100000 | 110100 | 10110 | 111011 |
Color Harmonies of #ADA77F
Complementary color
Monochromatic Colors of #ADA77F
Black with #ADA77F
Text Example
Text Example
White with #ADA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA77F; }
p { color: rgb(173,167,127); }
H1.HeaderClassName
{
color: #ADA77F;
}
.AnyTagClassName
{
color: #ADA77F;
}
</style>
background-color css
<style>
a { background-color: #ADA77F; }
a { background-color: rgb(173,167,127); }
div.DivClassName
{
background-color: #ADA77F;
}
.BgClassName
{
background-color: #ADA77F;
}
</style>
border-color css
<style>
span { border-color: #ADA77F; }
span { border-color: rgb(173,167,127); }
td.TdClassName
{
border-color: #ADA77F;
}
.TagClassName
{
border-color: #ADA77F;
}
</style>