Shades of Green Smoke #A6B16C
Tints of Green Smoke #A6B16C
RGB
CMYK
RGB Variations
Color information
#A6B16C (or 0xA6B16C) is known color: Green Smoke. HEX triplet: A6, B1 and 6C. RGB value is (166,177,108). Sum of RGB (Red+Green+Blue) = 166+177+108=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B16C is #594E93. Grayscale: #A6A6A6. Windows color (decimal): -5852820 or 7123366. OLE color: 7123366.
HSL color Cylindrical-coordinate representation of color #A6B16C: hue angle of 69.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6B16C is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 108 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.31 |
| HSL | 69.57º | 0.31% | 0.56% | - |
| HSV(B) | 69.57º | 0.39% | 0.69% | - |
| XYZ | 34.15 | 40.63 | 20.23 | - |
| YUV | 165.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 108 | 0.06 | 0 | 0.39 | 0.31 | 69.57 | 0.31 | 0.56 |
| Hex | A6 | B1 | 6C | 6 | 0 | 27 | 1F | 46 | 1F | 38 |
| Octal | 246 | 261 | 154 | 6 | 0 | 47 | 37 | 106 | 37 | 70 |
| Binary | 10100110 | 10110001 | 1101100 | 110 | 0 | 100111 | 11111 | 1000110 | 11111 | 111000 |
Color Harmonies of #A6B16C
Complementary color
Monochromatic Colors of #A6B16C
Black with #A6B16C
Text Example
Text Example
White with #A6B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B16C; }
p { color: rgb(166,177,108); }
H1.HeaderClassName
{
color: #A6B16C;
}
.AnyTagClassName
{
color: #A6B16C;
}
</style>
background-color css
<style>
a { background-color: #A6B16C; }
a { background-color: rgb(166,177,108); }
div.DivClassName
{
background-color: #A6B16C;
}
.BgClassName
{
background-color: #A6B16C;
}
</style>
border-color css
<style>
span { border-color: #A6B16C; }
span { border-color: rgb(166,177,108); }
td.TdClassName
{
border-color: #A6B16C;
}
.TagClassName
{
border-color: #A6B16C;
}
</style>