Shades of Neutral Green #ADA789
Tints of Neutral Green #ADA789
RGB
CMYK
RGB Variations
Color information
#ADA789 (or 0xADA789) is known color: Neutral Green. HEX triplet: AD, A7 and 89. RGB value is (173,167,137). Sum of RGB (Red+Green+Blue) = 173+167+137=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA789 is #525876. Grayscale: #A5A5A5. Windows color (decimal): -5396599 or 9021357. OLE color: 9021357.
HSL color Cylindrical-coordinate representation of color #ADA789: hue angle of 50º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA789 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 137 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.32 |
| HSL | 50º | 0.18% | 0.61% | - |
| HSV(B) | 50º | 0.21% | 0.68% | - |
| XYZ | 35.57 | 38.33 | 29.19 | - |
| YUV | 165.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 137 | 0 | 0.03 | 0.21 | 0.32 | 50 | 0.18 | 0.61 |
| Hex | AD | A7 | 89 | 0 | 3 | 15 | 20 | 32 | 12 | 3D |
| Octal | 255 | 247 | 211 | 0 | 3 | 25 | 40 | 62 | 22 | 75 |
| Binary | 10101101 | 10100111 | 10001001 | 0 | 11 | 10101 | 100000 | 110010 | 10010 | 111101 |
Color Harmonies of #ADA789
Complementary color
Monochromatic Colors of #ADA789
Black with #ADA789
Text Example
Text Example
White with #ADA789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA789; }
p { color: rgb(173,167,137); }
H1.HeaderClassName
{
color: #ADA789;
}
.AnyTagClassName
{
color: #ADA789;
}
</style>
background-color css
<style>
a { background-color: #ADA789; }
a { background-color: rgb(173,167,137); }
div.DivClassName
{
background-color: #ADA789;
}
.BgClassName
{
background-color: #ADA789;
}
</style>
border-color css
<style>
span { border-color: #ADA789; }
span { border-color: rgb(173,167,137); }
td.TdClassName
{
border-color: #ADA789;
}
.TagClassName
{
border-color: #ADA789;
}
</style>