Shades of Neutral Green #ADAD7F
Tints of Neutral Green #ADAD7F
RGB
CMYK
RGB Variations
Color information
#ADAD7F (or 0xADAD7F) is known color: Neutral Green. HEX triplet: AD, AD and 7F. RGB value is (173,173,127). Sum of RGB (Red+Green+Blue) = 173+173+127=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD7F is #525280. Grayscale: #A7A7A7. Windows color (decimal): -5395073 or 8367533. OLE color: 8367533.
HSL color Cylindrical-coordinate representation of color #ADAD7F: hue angle of 60º 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 #ADAD7F is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 127 | - |
| CMYK | 0 | 0 | 0.27 | 0.32 |
| HSL | 60º | 0.22% | 0.59% | - |
| HSV(B) | 60º | 0.27% | 0.68% | - |
| XYZ | 36.01 | 40.3 | 25.96 | - |
| YUV | 167.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 127 | 0 | 0 | 0.27 | 0.32 | 60 | 0.22 | 0.59 |
| Hex | AD | AD | 7F | 0 | 0 | 1B | 20 | 3C | 16 | 3B |
| Octal | 255 | 255 | 177 | 0 | 0 | 33 | 40 | 74 | 26 | 73 |
| Binary | 10101101 | 10101101 | 1111111 | 0 | 0 | 11011 | 100000 | 111100 | 10110 | 111011 |
Color Harmonies of #ADAD7F
Complementary color
Monochromatic Colors of #ADAD7F
Black with #ADAD7F
Text Example
Text Example
White with #ADAD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD7F; }
p { color: rgb(173,173,127); }
H1.HeaderClassName
{
color: #ADAD7F;
}
.AnyTagClassName
{
color: #ADAD7F;
}
</style>
background-color css
<style>
a { background-color: #ADAD7F; }
a { background-color: rgb(173,173,127); }
div.DivClassName
{
background-color: #ADAD7F;
}
.BgClassName
{
background-color: #ADAD7F;
}
</style>
border-color css
<style>
span { border-color: #ADAD7F; }
span { border-color: rgb(173,173,127); }
td.TdClassName
{
border-color: #ADAD7F;
}
.TagClassName
{
border-color: #ADAD7F;
}
</style>