Shades of Neutral Green #ADAC7B
Tints of Neutral Green #ADAC7B
RGB
CMYK
RGB Variations
Color information
#ADAC7B (or 0xADAC7B) is known color: Neutral Green. HEX triplet: AD, AC and 7B. RGB value is (173,172,123). Sum of RGB (Red+Green+Blue) = 173+172+123=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC7B is #525384. Grayscale: #A6A6A6. Windows color (decimal): -5395333 or 8105133. OLE color: 8105133.
HSL color Cylindrical-coordinate representation of color #ADAC7B: hue angle of 58.8º degrees, saturation: 0.23, 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 #ADAC7B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 123 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.32 |
| HSL | 58.8º | 0.23% | 0.58% | - |
| HSV(B) | 58.8º | 0.29% | 0.68% | - |
| XYZ | 35.56 | 39.82 | 24.55 | - |
| YUV | 166.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 123 | 0 | 0.01 | 0.29 | 0.32 | 58.8 | 0.23 | 0.58 |
| Hex | AD | AC | 7B | 0 | 1 | 1D | 20 | 3B | 17 | 3A |
| Octal | 255 | 254 | 173 | 0 | 1 | 35 | 40 | 73 | 27 | 72 |
| Binary | 10101101 | 10101100 | 1111011 | 0 | 1 | 11101 | 100000 | 111011 | 10111 | 111010 |
Color Harmonies of #ADAC7B
Complementary color
Monochromatic Colors of #ADAC7B
Black with #ADAC7B
Text Example
Text Example
White with #ADAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC7B; }
p { color: rgb(173,172,123); }
H1.HeaderClassName
{
color: #ADAC7B;
}
.AnyTagClassName
{
color: #ADAC7B;
}
</style>
background-color css
<style>
a { background-color: #ADAC7B; }
a { background-color: rgb(173,172,123); }
div.DivClassName
{
background-color: #ADAC7B;
}
.BgClassName
{
background-color: #ADAC7B;
}
</style>
border-color css
<style>
span { border-color: #ADAC7B; }
span { border-color: rgb(173,172,123); }
td.TdClassName
{
border-color: #ADAC7B;
}
.TagClassName
{
border-color: #ADAC7B;
}
</style>