Shades of Neutral Green #ADAA7F
Tints of Neutral Green #ADAA7F
RGB
CMYK
RGB Variations
Color information
#ADAA7F (or 0xADAA7F) is known color: Neutral Green. HEX triplet: AD, AA and 7F. RGB value is (173,170,127). Sum of RGB (Red+Green+Blue) = 173+170+127=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA7F is #525580. Grayscale: #A6A6A6. Windows color (decimal): -5395841 or 8366765. OLE color: 8366765.
HSL color Cylindrical-coordinate representation of color #ADAA7F: hue angle of 56.09º 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 #ADAA7F is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 127 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.32 |
| HSL | 56.09º | 0.22% | 0.59% | - |
| HSV(B) | 56.09º | 0.27% | 0.68% | - |
| XYZ | 35.44 | 39.17 | 25.77 | - |
| YUV | 166 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 127 | 0 | 0.02 | 0.27 | 0.32 | 56.09 | 0.22 | 0.59 |
| Hex | AD | AA | 7F | 0 | 2 | 1B | 20 | 38 | 16 | 3B |
| Octal | 255 | 252 | 177 | 0 | 2 | 33 | 40 | 70 | 26 | 73 |
| Binary | 10101101 | 10101010 | 1111111 | 0 | 10 | 11011 | 100000 | 111000 | 10110 | 111011 |
Color Harmonies of #ADAA7F
Complementary color
Monochromatic Colors of #ADAA7F
Black with #ADAA7F
Text Example
Text Example
White with #ADAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA7F; }
p { color: rgb(173,170,127); }
H1.HeaderClassName
{
color: #ADAA7F;
}
.AnyTagClassName
{
color: #ADAA7F;
}
</style>
background-color css
<style>
a { background-color: #ADAA7F; }
a { background-color: rgb(173,170,127); }
div.DivClassName
{
background-color: #ADAA7F;
}
.BgClassName
{
background-color: #ADAA7F;
}
</style>
border-color css
<style>
span { border-color: #ADAA7F; }
span { border-color: rgb(173,170,127); }
td.TdClassName
{
border-color: #ADAA7F;
}
.TagClassName
{
border-color: #ADAA7F;
}
</style>