Shades of Green Smoke #A6B361
Tints of Green Smoke #A6B361
RGB
CMYK
RGB Variations
Color information
#A6B361 (or 0xA6B361) is known color: Green Smoke. HEX triplet: A6, B3 and 61. RGB value is (166,179,97). Sum of RGB (Red+Green+Blue) = 166+179+97=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B361 is #594C9E. Grayscale: #A6A6A6. Windows color (decimal): -5852319 or 6402982. OLE color: 6402982.
HSL color Cylindrical-coordinate representation of color #A6B361: hue angle of 69.51º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6B361 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 97 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.30 |
| HSL | 69.51º | 0.35% | 0.54% | - |
| HSV(B) | 69.51º | 0.46% | 0.7% | - |
| XYZ | 34 | 41.21 | 17.47 | - |
| YUV | 165.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 97 | 0.07 | 0 | 0.46 | 0.30 | 69.51 | 0.35 | 0.54 |
| Hex | A6 | B3 | 61 | 7 | 0 | 2E | 1E | 46 | 23 | 36 |
| Octal | 246 | 263 | 141 | 7 | 0 | 56 | 36 | 106 | 43 | 66 |
| Binary | 10100110 | 10110011 | 1100001 | 111 | 0 | 101110 | 11110 | 1000110 | 100011 | 110110 |
Color Harmonies of #A6B361
Complementary color
Monochromatic Colors of #A6B361
Black with #A6B361
Text Example
Text Example
White with #A6B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B361; }
p { color: rgb(166,179,97); }
H1.HeaderClassName
{
color: #A6B361;
}
.AnyTagClassName
{
color: #A6B361;
}
</style>
background-color css
<style>
a { background-color: #A6B361; }
a { background-color: rgb(166,179,97); }
div.DivClassName
{
background-color: #A6B361;
}
.BgClassName
{
background-color: #A6B361;
}
</style>
border-color css
<style>
span { border-color: #A6B361; }
span { border-color: rgb(166,179,97); }
td.TdClassName
{
border-color: #A6B361;
}
.TagClassName
{
border-color: #A6B361;
}
</style>