Shades of Neutral Green #ADA788
Tints of Neutral Green #ADA788
RGB
CMYK
RGB Variations
Color information
#ADA788 (or 0xADA788) is known color: Neutral Green. HEX triplet: AD, A7 and 88. RGB value is (173,167,136). Sum of RGB (Red+Green+Blue) = 173+167+136=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA788 is #525877. Grayscale: #A5A5A5. Windows color (decimal): -5396600 or 8955821. OLE color: 8955821.
HSL color Cylindrical-coordinate representation of color #ADA788: hue angle of 50.27º 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 #ADA788 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 136 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.32 |
| HSL | 50.27º | 0.18% | 0.61% | - |
| HSV(B) | 50.27º | 0.21% | 0.68% | - |
| XYZ | 35.5 | 38.3 | 28.81 | - |
| YUV | 165.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 136 | 0 | 0.03 | 0.21 | 0.32 | 50.27 | 0.18 | 0.61 |
| Hex | AD | A7 | 88 | 0 | 3 | 15 | 20 | 32 | 12 | 3D |
| Octal | 255 | 247 | 210 | 0 | 3 | 25 | 40 | 62 | 22 | 75 |
| Binary | 10101101 | 10100111 | 10001000 | 0 | 11 | 10101 | 100000 | 110010 | 10010 | 111101 |
Color Harmonies of #ADA788
Complementary color
Monochromatic Colors of #ADA788
Black with #ADA788
Text Example
Text Example
White with #ADA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA788; }
p { color: rgb(173,167,136); }
H1.HeaderClassName
{
color: #ADA788;
}
.AnyTagClassName
{
color: #ADA788;
}
</style>
background-color css
<style>
a { background-color: #ADA788; }
a { background-color: rgb(173,167,136); }
div.DivClassName
{
background-color: #ADA788;
}
.BgClassName
{
background-color: #ADA788;
}
</style>
border-color css
<style>
span { border-color: #ADA788; }
span { border-color: rgb(173,167,136); }
td.TdClassName
{
border-color: #ADA788;
}
.TagClassName
{
border-color: #ADA788;
}
</style>