Shades of Green Smoke #A7B76C
Tints of Green Smoke #A7B76C
RGB
CMYK
RGB Variations
Color information
#A7B76C (or 0xA7B76C) is known color: Green Smoke. HEX triplet: A7, B7 and 6C. RGB value is (167,183,108). Sum of RGB (Red+Green+Blue) = 167+183+108=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B76C is #584893. Grayscale: #A9A9A9. Windows color (decimal): -5785748 or 7124903. OLE color: 7124903.
HSL color Cylindrical-coordinate representation of color #A7B76C: hue angle of 72.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7B76C is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 108 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.28 |
| HSL | 72.8º | 0.34% | 0.57% | - |
| HSV(B) | 72.8º | 0.41% | 0.72% | - |
| XYZ | 35.58 | 43.17 | 20.64 | - |
| YUV | 169.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 108 | 0.09 | 0 | 0.41 | 0.28 | 72.8 | 0.34 | 0.57 |
| Hex | A7 | B7 | 6C | 9 | 0 | 29 | 1C | 49 | 22 | 39 |
| Octal | 247 | 267 | 154 | 11 | 0 | 51 | 34 | 111 | 42 | 71 |
| Binary | 10100111 | 10110111 | 1101100 | 1001 | 0 | 101001 | 11100 | 1001001 | 100010 | 111001 |
Color Harmonies of #A7B76C
Complementary color
Monochromatic Colors of #A7B76C
Black with #A7B76C
Text Example
Text Example
White with #A7B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B76C; }
p { color: rgb(167,183,108); }
H1.HeaderClassName
{
color: #A7B76C;
}
.AnyTagClassName
{
color: #A7B76C;
}
</style>
background-color css
<style>
a { background-color: #A7B76C; }
a { background-color: rgb(167,183,108); }
div.DivClassName
{
background-color: #A7B76C;
}
.BgClassName
{
background-color: #A7B76C;
}
</style>
border-color css
<style>
span { border-color: #A7B76C; }
span { border-color: rgb(167,183,108); }
td.TdClassName
{
border-color: #A7B76C;
}
.TagClassName
{
border-color: #A7B76C;
}
</style>