Shades of Green Smoke #A7B963
Tints of Green Smoke #A7B963
RGB
CMYK
RGB Variations
Color information
#A7B963 (or 0xA7B963) is known color: Green Smoke. HEX triplet: A7, B9 and 63. RGB value is (167,185,99). Sum of RGB (Red+Green+Blue) = 167+185+99=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B963 is #58469C. Grayscale: #AAAAAA. Windows color (decimal): -5785245 or 6535591. OLE color: 6535591.
HSL color Cylindrical-coordinate representation of color #A7B963: hue angle of 72.56º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7B963 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 99 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.27 |
| HSL | 72.56º | 0.38% | 0.56% | - |
| HSV(B) | 72.56º | 0.46% | 0.73% | - |
| XYZ | 35.54 | 43.81 | 18.39 | - |
| YUV | 169.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 99 | 0.10 | 0 | 0.46 | 0.27 | 72.56 | 0.38 | 0.56 |
| Hex | A7 | B9 | 63 | A | 0 | 2E | 1B | 49 | 26 | 38 |
| Octal | 247 | 271 | 143 | 12 | 0 | 56 | 33 | 111 | 46 | 70 |
| Binary | 10100111 | 10111001 | 1100011 | 1010 | 0 | 101110 | 11011 | 1001001 | 100110 | 111000 |
Color Harmonies of #A7B963
Complementary color
Monochromatic Colors of #A7B963
Black with #A7B963
Text Example
Text Example
White with #A7B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B963; }
p { color: rgb(167,185,99); }
H1.HeaderClassName
{
color: #A7B963;
}
.AnyTagClassName
{
color: #A7B963;
}
</style>
background-color css
<style>
a { background-color: #A7B963; }
a { background-color: rgb(167,185,99); }
div.DivClassName
{
background-color: #A7B963;
}
.BgClassName
{
background-color: #A7B963;
}
</style>
border-color css
<style>
span { border-color: #A7B963; }
span { border-color: rgb(167,185,99); }
td.TdClassName
{
border-color: #A7B963;
}
.TagClassName
{
border-color: #A7B963;
}
</style>