Shades of Neutral Green #ADAD7B
Tints of Neutral Green #ADAD7B
RGB
CMYK
RGB Variations
Color information
#ADAD7B (or 0xADAD7B) is known color: Neutral Green. HEX triplet: AD, AD and 7B. RGB value is (173,173,123). Sum of RGB (Red+Green+Blue) = 173+173+123=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD7B is #525284. Grayscale: #A7A7A7. Windows color (decimal): -5395077 or 8105389. OLE color: 8105389.
HSL color Cylindrical-coordinate representation of color #ADAD7B: hue angle of 60º degrees, saturation: 0.23, 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 #ADAD7B is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 123 | - |
| CMYK | 0 | 0 | 0.29 | 0.32 |
| HSL | 60º | 0.23% | 0.58% | - |
| HSV(B) | 60º | 0.29% | 0.68% | - |
| XYZ | 35.75 | 40.2 | 24.61 | - |
| YUV | 167.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 123 | 0 | 0 | 0.29 | 0.32 | 60 | 0.23 | 0.58 |
| Hex | AD | AD | 7B | 0 | 0 | 1D | 20 | 3C | 17 | 3A |
| Octal | 255 | 255 | 173 | 0 | 0 | 35 | 40 | 74 | 27 | 72 |
| Binary | 10101101 | 10101101 | 1111011 | 0 | 0 | 11101 | 100000 | 111100 | 10111 | 111010 |
Color Harmonies of #ADAD7B
Complementary color
Monochromatic Colors of #ADAD7B
Black with #ADAD7B
Text Example
Text Example
White with #ADAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD7B; }
p { color: rgb(173,173,123); }
H1.HeaderClassName
{
color: #ADAD7B;
}
.AnyTagClassName
{
color: #ADAD7B;
}
</style>
background-color css
<style>
a { background-color: #ADAD7B; }
a { background-color: rgb(173,173,123); }
div.DivClassName
{
background-color: #ADAD7B;
}
.BgClassName
{
background-color: #ADAD7B;
}
</style>
border-color css
<style>
span { border-color: #ADAD7B; }
span { border-color: rgb(173,173,123); }
td.TdClassName
{
border-color: #ADAD7B;
}
.TagClassName
{
border-color: #ADAD7B;
}
</style>