Shades of Green Smoke #A7B76E
Tints of Green Smoke #A7B76E
RGB
CMYK
RGB Variations
Color information
#A7B76E (or 0xA7B76E) is known color: Green Smoke. HEX triplet: A7, B7 and 6E. RGB value is (167,183,110). Sum of RGB (Red+Green+Blue) = 167+183+110=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B76E is #584891. Grayscale: #AAAAAA. Windows color (decimal): -5785746 or 7255975. OLE color: 7255975.
HSL color Cylindrical-coordinate representation of color #A7B76E: hue angle of 73.15º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7B76E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 110 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.28 |
| HSL | 73.15º | 0.34% | 0.57% | - |
| HSV(B) | 73.15º | 0.4% | 0.72% | - |
| XYZ | 35.68 | 43.21 | 21.21 | - |
| YUV | 169.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 110 | 0.09 | 0 | 0.40 | 0.28 | 73.15 | 0.34 | 0.57 |
| Hex | A7 | B7 | 6E | 9 | 0 | 28 | 1C | 49 | 22 | 39 |
| Octal | 247 | 267 | 156 | 11 | 0 | 50 | 34 | 111 | 42 | 71 |
| Binary | 10100111 | 10110111 | 1101110 | 1001 | 0 | 101000 | 11100 | 1001001 | 100010 | 111001 |
Color Harmonies of #A7B76E
Complementary color
Monochromatic Colors of #A7B76E
Black with #A7B76E
Text Example
Text Example
White with #A7B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B76E; }
p { color: rgb(167,183,110); }
H1.HeaderClassName
{
color: #A7B76E;
}
.AnyTagClassName
{
color: #A7B76E;
}
</style>
background-color css
<style>
a { background-color: #A7B76E; }
a { background-color: rgb(167,183,110); }
div.DivClassName
{
background-color: #A7B76E;
}
.BgClassName
{
background-color: #A7B76E;
}
</style>
border-color css
<style>
span { border-color: #A7B76E; }
span { border-color: rgb(167,183,110); }
td.TdClassName
{
border-color: #A7B76E;
}
.TagClassName
{
border-color: #A7B76E;
}
</style>