Shades of Green Smoke #A6B968
Tints of Green Smoke #A6B968
RGB
CMYK
RGB Variations
Color information
#A6B968 (or 0xA6B968) is known color: Green Smoke. HEX triplet: A6, B9 and 68. RGB value is (166,185,104). Sum of RGB (Red+Green+Blue) = 166+185+104=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B968 is #594697. Grayscale: #AAAAAA. Windows color (decimal): -5850776 or 6863270. OLE color: 6863270.
HSL color Cylindrical-coordinate representation of color #A6B968: hue angle of 74.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6B968 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 104 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.27 |
| HSL | 74.07º | 0.37% | 0.57% | - |
| HSV(B) | 74.07º | 0.44% | 0.73% | - |
| XYZ | 35.57 | 43.8 | 19.68 | - |
| YUV | 170.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 104 | 0.10 | 0 | 0.44 | 0.27 | 74.07 | 0.37 | 0.57 |
| Hex | A6 | B9 | 68 | A | 0 | 2C | 1B | 4A | 25 | 39 |
| Octal | 246 | 271 | 150 | 12 | 0 | 54 | 33 | 112 | 45 | 71 |
| Binary | 10100110 | 10111001 | 1101000 | 1010 | 0 | 101100 | 11011 | 1001010 | 100101 | 111001 |
Color Harmonies of #A6B968
Complementary color
Monochromatic Colors of #A6B968
Black with #A6B968
Text Example
Text Example
White with #A6B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B968; }
p { color: rgb(166,185,104); }
H1.HeaderClassName
{
color: #A6B968;
}
.AnyTagClassName
{
color: #A6B968;
}
</style>
background-color css
<style>
a { background-color: #A6B968; }
a { background-color: rgb(166,185,104); }
div.DivClassName
{
background-color: #A6B968;
}
.BgClassName
{
background-color: #A6B968;
}
</style>
border-color css
<style>
span { border-color: #A6B968; }
span { border-color: rgb(166,185,104); }
td.TdClassName
{
border-color: #A6B968;
}
.TagClassName
{
border-color: #A6B968;
}
</style>