Shades of Green Smoke #A6A76C
Tints of Green Smoke #A6A76C
RGB
CMYK
RGB Variations
Color information
#A6A76C (or 0xA6A76C) is known color: Green Smoke. HEX triplet: A6, A7 and 6C. RGB value is (166,167,108). Sum of RGB (Red+Green+Blue) = 166+167+108=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A76C is #595893. Grayscale: #A0A0A0. Windows color (decimal): -5855380 or 7120806. OLE color: 7120806.
HSL color Cylindrical-coordinate representation of color #A6A76C: hue angle of 61.02º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6A76C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 108 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.35 |
| HSL | 61.02º | 0.25% | 0.54% | - |
| HSV(B) | 61.02º | 0.35% | 0.65% | - |
| XYZ | 32.25 | 36.83 | 19.6 | - |
| YUV | 159.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 108 | 0.01 | 0 | 0.35 | 0.35 | 61.02 | 0.25 | 0.54 |
| Hex | A6 | A7 | 6C | 1 | 0 | 23 | 23 | 3D | 19 | 36 |
| Octal | 246 | 247 | 154 | 1 | 0 | 43 | 43 | 75 | 31 | 66 |
| Binary | 10100110 | 10100111 | 1101100 | 1 | 0 | 100011 | 100011 | 111101 | 11001 | 110110 |
Color Harmonies of #A6A76C
Complementary color
Monochromatic Colors of #A6A76C
Black with #A6A76C
Text Example
Text Example
White with #A6A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A76C; }
p { color: rgb(166,167,108); }
H1.HeaderClassName
{
color: #A6A76C;
}
.AnyTagClassName
{
color: #A6A76C;
}
</style>
background-color css
<style>
a { background-color: #A6A76C; }
a { background-color: rgb(166,167,108); }
div.DivClassName
{
background-color: #A6A76C;
}
.BgClassName
{
background-color: #A6A76C;
}
</style>
border-color css
<style>
span { border-color: #A6A76C; }
span { border-color: rgb(166,167,108); }
td.TdClassName
{
border-color: #A6A76C;
}
.TagClassName
{
border-color: #A6A76C;
}
</style>