Shades of Green Smoke #A0A76A
Tints of Green Smoke #A0A76A
RGB
CMYK
RGB Variations
Color information
#A0A76A (or 0xA0A76A) is known color: Green Smoke. HEX triplet: A0, A7 and 6A. RGB value is (160,167,106). Sum of RGB (Red+Green+Blue) = 160+167+106=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A76A is #5F5895. Grayscale: #9E9E9E. Windows color (decimal): -6248598 or 6989728. OLE color: 6989728.
HSL color Cylindrical-coordinate representation of color #A0A76A: hue angle of 66.89º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A76A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 106 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.35 |
| HSL | 66.89º | 0.26% | 0.54% | - |
| HSV(B) | 66.89º | 0.37% | 0.65% | - |
| XYZ | 30.92 | 36.15 | 18.98 | - |
| YUV | 157.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 106 | 0.04 | 0 | 0.37 | 0.35 | 66.89 | 0.26 | 0.54 |
| Hex | A0 | A7 | 6A | 4 | 0 | 25 | 23 | 43 | 1A | 36 |
| Octal | 240 | 247 | 152 | 4 | 0 | 45 | 43 | 103 | 32 | 66 |
| Binary | 10100000 | 10100111 | 1101010 | 100 | 0 | 100101 | 100011 | 1000011 | 11010 | 110110 |
Color Harmonies of #A0A76A
Complementary color
Monochromatic Colors of #A0A76A
Black with #A0A76A
Text Example
Text Example
White with #A0A76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A76A; }
p { color: rgb(160,167,106); }
H1.HeaderClassName
{
color: #A0A76A;
}
.AnyTagClassName
{
color: #A0A76A;
}
</style>
background-color css
<style>
a { background-color: #A0A76A; }
a { background-color: rgb(160,167,106); }
div.DivClassName
{
background-color: #A0A76A;
}
.BgClassName
{
background-color: #A0A76A;
}
</style>
border-color css
<style>
span { border-color: #A0A76A; }
span { border-color: rgb(160,167,106); }
td.TdClassName
{
border-color: #A0A76A;
}
.TagClassName
{
border-color: #A0A76A;
}
</style>