Shades of Green Smoke #A6B76A
Tints of Green Smoke #A6B76A
RGB
CMYK
RGB Variations
Color information
#A6B76A (or 0xA6B76A) is known color: Green Smoke. HEX triplet: A6, B7 and 6A. RGB value is (166,183,106). Sum of RGB (Red+Green+Blue) = 166+183+106=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B76A is #594895. Grayscale: #A9A9A9. Windows color (decimal): -5851286 or 6993830. OLE color: 6993830.
HSL color Cylindrical-coordinate representation of color #A6B76A: hue angle of 73.25º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6B76A is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 106 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.28 |
| HSL | 73.25º | 0.35% | 0.57% | - |
| HSV(B) | 73.25º | 0.42% | 0.72% | - |
| XYZ | 35.26 | 43.01 | 20.08 | - |
| YUV | 169.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 106 | 0.09 | 0 | 0.42 | 0.28 | 73.25 | 0.35 | 0.57 |
| Hex | A6 | B7 | 6A | 9 | 0 | 2A | 1C | 49 | 23 | 39 |
| Octal | 246 | 267 | 152 | 11 | 0 | 52 | 34 | 111 | 43 | 71 |
| Binary | 10100110 | 10110111 | 1101010 | 1001 | 0 | 101010 | 11100 | 1001001 | 100011 | 111001 |
Color Harmonies of #A6B76A
Complementary color
Monochromatic Colors of #A6B76A
Black with #A6B76A
Text Example
Text Example
White with #A6B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B76A; }
p { color: rgb(166,183,106); }
H1.HeaderClassName
{
color: #A6B76A;
}
.AnyTagClassName
{
color: #A6B76A;
}
</style>
background-color css
<style>
a { background-color: #A6B76A; }
a { background-color: rgb(166,183,106); }
div.DivClassName
{
background-color: #A6B76A;
}
.BgClassName
{
background-color: #A6B76A;
}
</style>
border-color css
<style>
span { border-color: #A6B76A; }
span { border-color: rgb(166,183,106); }
td.TdClassName
{
border-color: #A6B76A;
}
.TagClassName
{
border-color: #A6B76A;
}
</style>