Shades of Neutral Green #ADAB7D
Tints of Neutral Green #ADAB7D
RGB
CMYK
RGB Variations
Color information
#ADAB7D (or 0xADAB7D) is known color: Neutral Green. HEX triplet: AD, AB and 7D. RGB value is (173,171,125). Sum of RGB (Red+Green+Blue) = 173+171+125=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB7D is #525482. Grayscale: #A6A6A6. Windows color (decimal): -5395587 or 8235949. OLE color: 8235949.
HSL color Cylindrical-coordinate representation of color #ADAB7D: hue angle of 57.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAB7D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 125 | - |
CMYK | 0 | 0.01 | 0.28 | 0.32 |
HSL | 57.5º | 0.23% | 0.58% | - |
HSV(B) | 57.5º | 0.28% | 0.68% | - |
XYZ | 35.5 | 39.49 | 25.15 | - |
YUV | 166.35 | 104.66 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 125 | 0 | 0.01 | 0.28 | 0.32 | 57.5 | 0.23 | 0.58 |
Hex | AD | AB | 7D | 0 | 1 | 1C | 20 | 3A | 17 | 3A |
Octal | 255 | 253 | 175 | 0 | 1 | 34 | 40 | 72 | 27 | 72 |
Binary | 10101101 | 10101011 | 1111101 | 0 | 1 | 11100 | 100000 | 111010 | 10111 | 111010 |
Color Harmonies of #ADAB7D
Complementary color
Monochromatic Colors of #ADAB7D
Black with #ADAB7D
Text Example
Text Example
White with #ADAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB7D; }
p { color: rgb(173,171,125); }
H1.HeaderClassName
{
color: #ADAB7D;
}
.AnyTagClassName
{
color: #ADAB7D;
}
</style>
background-color css
<style>
a { background-color: #ADAB7D; }
a { background-color: rgb(173,171,125); }
div.DivClassName
{
background-color: #ADAB7D;
}
.BgClassName
{
background-color: #ADAB7D;
}
</style>
border-color css
<style>
span { border-color: #ADAB7D; }
span { border-color: rgb(173,171,125); }
td.TdClassName
{
border-color: #ADAB7D;
}
.TagClassName
{
border-color: #ADAB7D;
}
</style>