Shades of Neutral Green #ADA67B
Tints of Neutral Green #ADA67B
RGB
CMYK
RGB Variations
Color information
#ADA67B (or 0xADA67B) is known color: Neutral Green. HEX triplet: AD, A6 and 7B. RGB value is (173,166,123). Sum of RGB (Red+Green+Blue) = 173+166+123=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA67B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA67B is #525984. Grayscale: #A3A3A3. Windows color (decimal): -5396869 or 8103597. OLE color: 8103597.
HSL color Cylindrical-coordinate representation of color #ADA67B: hue angle of 51.6º 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 #ADA67B is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 123 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.32 |
| HSL | 51.6º | 0.23% | 0.58% | - |
| HSV(B) | 51.6º | 0.29% | 0.68% | - |
| XYZ | 34.44 | 37.59 | 24.18 | - |
| YUV | 163.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 123 | 0 | 0.04 | 0.29 | 0.32 | 51.6 | 0.23 | 0.58 |
| Hex | AD | A6 | 7B | 0 | 4 | 1D | 20 | 34 | 17 | 3A |
| Octal | 255 | 246 | 173 | 0 | 4 | 35 | 40 | 64 | 27 | 72 |
| Binary | 10101101 | 10100110 | 1111011 | 0 | 100 | 11101 | 100000 | 110100 | 10111 | 111010 |
Color Harmonies of #ADA67B
Complementary color
Monochromatic Colors of #ADA67B
Black with #ADA67B
Text Example
Text Example
White with #ADA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA67B; }
p { color: rgb(173,166,123); }
H1.HeaderClassName
{
color: #ADA67B;
}
.AnyTagClassName
{
color: #ADA67B;
}
</style>
background-color css
<style>
a { background-color: #ADA67B; }
a { background-color: rgb(173,166,123); }
div.DivClassName
{
background-color: #ADA67B;
}
.BgClassName
{
background-color: #ADA67B;
}
</style>
border-color css
<style>
span { border-color: #ADA67B; }
span { border-color: rgb(173,166,123); }
td.TdClassName
{
border-color: #ADA67B;
}
.TagClassName
{
border-color: #ADA67B;
}
</style>