Shades of Neutral Green #A7A68E
Tints of Neutral Green #A7A68E
RGB
CMYK
RGB Variations
Color information
#A7A68E (or 0xA7A68E) is known color: Neutral Green. HEX triplet: A7, A6 and 8E. RGB value is (167,166,142). Sum of RGB (Red+Green+Blue) = 167+166+142=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A68E is #585971. Grayscale: #A3A3A3. Windows color (decimal): -5790066 or 9348775. OLE color: 9348775.
HSL color Cylindrical-coordinate representation of color #A7A68E: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7A68E is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 166 | 142 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.35 |
| HSL | 57.6º | 0.12% | 0.61% | - |
| HSV(B) | 57.6º | 0.15% | 0.65% | - |
| XYZ | 34.46 | 37.44 | 31 | - |
| YUV | 163.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 166 | 142 | 0 | 0.01 | 0.15 | 0.35 | 57.6 | 0.12 | 0.61 |
| Hex | A7 | A6 | 8E | 0 | 1 | F | 23 | 3A | C | 3D |
| Octal | 247 | 246 | 216 | 0 | 1 | 17 | 43 | 72 | 14 | 75 |
| Binary | 10100111 | 10100110 | 10001110 | 0 | 1 | 1111 | 100011 | 111010 | 1100 | 111101 |
Color Harmonies of #A7A68E
Complementary color
Monochromatic Colors of #A7A68E
Black with #A7A68E
Text Example
Text Example
White with #A7A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A68E; }
p { color: rgb(167,166,142); }
H1.HeaderClassName
{
color: #A7A68E;
}
.AnyTagClassName
{
color: #A7A68E;
}
</style>
background-color css
<style>
a { background-color: #A7A68E; }
a { background-color: rgb(167,166,142); }
div.DivClassName
{
background-color: #A7A68E;
}
.BgClassName
{
background-color: #A7A68E;
}
</style>
border-color css
<style>
span { border-color: #A7A68E; }
span { border-color: rgb(167,166,142); }
td.TdClassName
{
border-color: #A7A68E;
}
.TagClassName
{
border-color: #A7A68E;
}
</style>