Shades of Green Smoke #A6B36C
Tints of Green Smoke #A6B36C
RGB
CMYK
RGB Variations
Color information
#A6B36C (or 0xA6B36C) is known color: Green Smoke. HEX triplet: A6, B3 and 6C. RGB value is (166,179,108). Sum of RGB (Red+Green+Blue) = 166+179+108=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B36C is #594C93. Grayscale: #A7A7A7. Windows color (decimal): -5852308 or 7123878. OLE color: 7123878.
HSL color Cylindrical-coordinate representation of color #A6B36C: hue angle of 70.99º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B36C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 108 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.30 |
| HSL | 70.99º | 0.32% | 0.56% | - |
| HSV(B) | 70.99º | 0.4% | 0.7% | - |
| XYZ | 34.55 | 41.43 | 20.36 | - |
| YUV | 167.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 108 | 0.07 | 0 | 0.40 | 0.30 | 70.99 | 0.32 | 0.56 |
| Hex | A6 | B3 | 6C | 7 | 0 | 28 | 1E | 47 | 20 | 38 |
| Octal | 246 | 263 | 154 | 7 | 0 | 50 | 36 | 107 | 40 | 70 |
| Binary | 10100110 | 10110011 | 1101100 | 111 | 0 | 101000 | 11110 | 1000111 | 100000 | 111000 |
Color Harmonies of #A6B36C
Complementary color
Monochromatic Colors of #A6B36C
Black with #A6B36C
Text Example
Text Example
White with #A6B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B36C; }
p { color: rgb(166,179,108); }
H1.HeaderClassName
{
color: #A6B36C;
}
.AnyTagClassName
{
color: #A6B36C;
}
</style>
background-color css
<style>
a { background-color: #A6B36C; }
a { background-color: rgb(166,179,108); }
div.DivClassName
{
background-color: #A6B36C;
}
.BgClassName
{
background-color: #A6B36C;
}
</style>
border-color css
<style>
span { border-color: #A6B36C; }
span { border-color: rgb(166,179,108); }
td.TdClassName
{
border-color: #A6B36C;
}
.TagClassName
{
border-color: #A6B36C;
}
</style>