Shades of Neutral Green #ADAB7A
Tints of Neutral Green #ADAB7A
RGB
CMYK
RGB Variations
Color information
#ADAB7A (or 0xADAB7A) is known color: Neutral Green. HEX triplet: AD, AB and 7A. RGB value is (173,171,122). Sum of RGB (Red+Green+Blue) = 173+171+122=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB7A is #525485. Grayscale: #A6A6A6. Windows color (decimal): -5395590 or 8039341. OLE color: 8039341.
HSL color Cylindrical-coordinate representation of color #ADAB7A: hue angle of 57.65º degrees, saturation: 0.24, 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 #ADAB7A is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 122 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.32 |
| HSL | 57.65º | 0.24% | 0.58% | - |
| HSV(B) | 57.65º | 0.29% | 0.68% | - |
| XYZ | 35.31 | 39.42 | 24.16 | - |
| YUV | 166.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 122 | 0 | 0.01 | 0.29 | 0.32 | 57.65 | 0.24 | 0.58 |
| Hex | AD | AB | 7A | 0 | 1 | 1D | 20 | 3A | 18 | 3A |
| Octal | 255 | 253 | 172 | 0 | 1 | 35 | 40 | 72 | 30 | 72 |
| Binary | 10101101 | 10101011 | 1111010 | 0 | 1 | 11101 | 100000 | 111010 | 11000 | 111010 |
Color Harmonies of #ADAB7A
Complementary color
Monochromatic Colors of #ADAB7A
Black with #ADAB7A
Text Example
Text Example
White with #ADAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB7A; }
p { color: rgb(173,171,122); }
H1.HeaderClassName
{
color: #ADAB7A;
}
.AnyTagClassName
{
color: #ADAB7A;
}
</style>
background-color css
<style>
a { background-color: #ADAB7A; }
a { background-color: rgb(173,171,122); }
div.DivClassName
{
background-color: #ADAB7A;
}
.BgClassName
{
background-color: #ADAB7A;
}
</style>
border-color css
<style>
span { border-color: #ADAB7A; }
span { border-color: rgb(173,171,122); }
td.TdClassName
{
border-color: #ADAB7A;
}
.TagClassName
{
border-color: #ADAB7A;
}
</style>