Shades of Neutral Green #ADAB7E
Tints of Neutral Green #ADAB7E
RGB
CMYK
RGB Variations
Color information
#ADAB7E (or 0xADAB7E) is known color: Neutral Green. HEX triplet: AD, AB and 7E. RGB value is (173,171,126). Sum of RGB (Red+Green+Blue) = 173+171+126=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB7E is #525481. Grayscale: #A6A6A6. Windows color (decimal): -5395586 or 8301485. OLE color: 8301485.
HSL color Cylindrical-coordinate representation of color #ADAB7E: hue angle of 57.45º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAB7E is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 126 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.32 |
| HSL | 57.45º | 0.22% | 0.59% | - |
| HSV(B) | 57.45º | 0.27% | 0.68% | - |
| XYZ | 35.56 | 39.52 | 25.49 | - |
| YUV | 166.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 126 | 0 | 0.01 | 0.27 | 0.32 | 57.45 | 0.22 | 0.59 |
| Hex | AD | AB | 7E | 0 | 1 | 1B | 20 | 39 | 16 | 3B |
| Octal | 255 | 253 | 176 | 0 | 1 | 33 | 40 | 71 | 26 | 73 |
| Binary | 10101101 | 10101011 | 1111110 | 0 | 1 | 11011 | 100000 | 111001 | 10110 | 111011 |
Color Harmonies of #ADAB7E
Complementary color
Monochromatic Colors of #ADAB7E
Black with #ADAB7E
Text Example
Text Example
White with #ADAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB7E; }
p { color: rgb(173,171,126); }
H1.HeaderClassName
{
color: #ADAB7E;
}
.AnyTagClassName
{
color: #ADAB7E;
}
</style>
background-color css
<style>
a { background-color: #ADAB7E; }
a { background-color: rgb(173,171,126); }
div.DivClassName
{
background-color: #ADAB7E;
}
.BgClassName
{
background-color: #ADAB7E;
}
</style>
border-color css
<style>
span { border-color: #ADAB7E; }
span { border-color: rgb(173,171,126); }
td.TdClassName
{
border-color: #ADAB7E;
}
.TagClassName
{
border-color: #ADAB7E;
}
</style>