Shades of Green Smoke #A6B76B
Tints of Green Smoke #A6B76B
RGB
CMYK
RGB Variations
Color information
#A6B76B (or 0xA6B76B) is known color: Green Smoke. HEX triplet: A6, B7 and 6B. RGB value is (166,183,107). Sum of RGB (Red+Green+Blue) = 166+183+107=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B76B is #594894. Grayscale: #A9A9A9. Windows color (decimal): -5851285 or 7059366. OLE color: 7059366.
HSL color Cylindrical-coordinate representation of color #A6B76B: hue angle of 73.42º 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 #A6B76B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 107 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.28 |
| HSL | 73.42º | 0.35% | 0.57% | - |
| HSV(B) | 73.42º | 0.42% | 0.72% | - |
| XYZ | 35.31 | 43.04 | 20.36 | - |
| YUV | 169.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 107 | 0.09 | 0 | 0.42 | 0.28 | 73.42 | 0.35 | 0.57 |
| Hex | A6 | B7 | 6B | 9 | 0 | 2A | 1C | 49 | 23 | 39 |
| Octal | 246 | 267 | 153 | 11 | 0 | 52 | 34 | 111 | 43 | 71 |
| Binary | 10100110 | 10110111 | 1101011 | 1001 | 0 | 101010 | 11100 | 1001001 | 100011 | 111001 |
Color Harmonies of #A6B76B
Complementary color
Monochromatic Colors of #A6B76B
Black with #A6B76B
Text Example
Text Example
White with #A6B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B76B; }
p { color: rgb(166,183,107); }
H1.HeaderClassName
{
color: #A6B76B;
}
.AnyTagClassName
{
color: #A6B76B;
}
</style>
background-color css
<style>
a { background-color: #A6B76B; }
a { background-color: rgb(166,183,107); }
div.DivClassName
{
background-color: #A6B76B;
}
.BgClassName
{
background-color: #A6B76B;
}
</style>
border-color css
<style>
span { border-color: #A6B76B; }
span { border-color: rgb(166,183,107); }
td.TdClassName
{
border-color: #A6B76B;
}
.TagClassName
{
border-color: #A6B76B;
}
</style>