Shades of Neutral Green #ADA878
Tints of Neutral Green #ADA878
RGB
CMYK
RGB Variations
Color information
#ADA878 (or 0xADA878) is known color: Neutral Green. HEX triplet: AD, A8 and 78. RGB value is (173,168,120). Sum of RGB (Red+Green+Blue) = 173+168+120=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA878 is #525787. Grayscale: #A4A4A4. Windows color (decimal): -5396360 or 7907501. OLE color: 7907501.
HSL color Cylindrical-coordinate representation of color #ADA878: hue angle of 54.34º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA878 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 120 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.32 |
| HSL | 54.34º | 0.24% | 0.57% | - |
| HSV(B) | 54.34º | 0.31% | 0.68% | - |
| XYZ | 34.63 | 38.25 | 23.33 | - |
| YUV | 164.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 120 | 0 | 0.03 | 0.31 | 0.32 | 54.34 | 0.24 | 0.57 |
| Hex | AD | A8 | 78 | 0 | 3 | 1F | 20 | 36 | 18 | 39 |
| Octal | 255 | 250 | 170 | 0 | 3 | 37 | 40 | 66 | 30 | 71 |
| Binary | 10101101 | 10101000 | 1111000 | 0 | 11 | 11111 | 100000 | 110110 | 11000 | 111001 |
Color Harmonies of #ADA878
Complementary color
Monochromatic Colors of #ADA878
Black with #ADA878
Text Example
Text Example
White with #ADA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA878; }
p { color: rgb(173,168,120); }
H1.HeaderClassName
{
color: #ADA878;
}
.AnyTagClassName
{
color: #ADA878;
}
</style>
background-color css
<style>
a { background-color: #ADA878; }
a { background-color: rgb(173,168,120); }
div.DivClassName
{
background-color: #ADA878;
}
.BgClassName
{
background-color: #ADA878;
}
</style>
border-color css
<style>
span { border-color: #ADA878; }
span { border-color: rgb(173,168,120); }
td.TdClassName
{
border-color: #ADA878;
}
.TagClassName
{
border-color: #ADA878;
}
</style>