Shades of Neutral Green #ADAA74
Tints of Neutral Green #ADAA74
RGB
CMYK
RGB Variations
Color information
#ADAA74 (or 0xADAA74) is known color: Neutral Green. HEX triplet: AD, AA and 74. RGB value is (173,170,116). Sum of RGB (Red+Green+Blue) = 173+170+116=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA74 is #52558B. Grayscale: #A4A4A4. Windows color (decimal): -5395852 or 7645869. OLE color: 7645869.
HSL color Cylindrical-coordinate representation of color #ADAA74: hue angle of 56.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADAA74 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 116 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.32 |
| HSL | 56.84º | 0.26% | 0.57% | - |
| HSV(B) | 56.84º | 0.33% | 0.68% | - |
| XYZ | 34.76 | 38.89 | 22.2 | - |
| YUV | 164.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 116 | 0 | 0.02 | 0.33 | 0.32 | 56.84 | 0.26 | 0.57 |
| Hex | AD | AA | 74 | 0 | 2 | 21 | 20 | 39 | 1A | 39 |
| Octal | 255 | 252 | 164 | 0 | 2 | 41 | 40 | 71 | 32 | 71 |
| Binary | 10101101 | 10101010 | 1110100 | 0 | 10 | 100001 | 100000 | 111001 | 11010 | 111001 |
Color Harmonies of #ADAA74
Complementary color
Monochromatic Colors of #ADAA74
Black with #ADAA74
Text Example
Text Example
White with #ADAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA74; }
p { color: rgb(173,170,116); }
H1.HeaderClassName
{
color: #ADAA74;
}
.AnyTagClassName
{
color: #ADAA74;
}
</style>
background-color css
<style>
a { background-color: #ADAA74; }
a { background-color: rgb(173,170,116); }
div.DivClassName
{
background-color: #ADAA74;
}
.BgClassName
{
background-color: #ADAA74;
}
</style>
border-color css
<style>
span { border-color: #ADAA74; }
span { border-color: rgb(173,170,116); }
td.TdClassName
{
border-color: #ADAA74;
}
.TagClassName
{
border-color: #ADAA74;
}
</style>