Shades of Green Smoke #A1B766
Tints of Green Smoke #A1B766
RGB
CMYK
RGB Variations
Color information
#A1B766 (or 0xA1B766) is known color: Green Smoke. HEX triplet: A1, B7 and 66. RGB value is (161,183,102). Sum of RGB (Red+Green+Blue) = 161+183+102=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B766 is #5E4899. Grayscale: #A7A7A7. Windows color (decimal): -6178970 or 6731681. OLE color: 6731681.
HSL color Cylindrical-coordinate representation of color #A1B766: hue angle of 76.3º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1B766 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 102 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.28 |
| HSL | 76.3º | 0.36% | 0.56% | - |
| HSV(B) | 76.3º | 0.44% | 0.72% | - |
| XYZ | 34.03 | 42.4 | 18.96 | - |
| YUV | 167.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 102 | 0.12 | 0 | 0.44 | 0.28 | 76.3 | 0.36 | 0.56 |
| Hex | A1 | B7 | 66 | C | 0 | 2C | 1C | 4C | 24 | 38 |
| Octal | 241 | 267 | 146 | 14 | 0 | 54 | 34 | 114 | 44 | 70 |
| Binary | 10100001 | 10110111 | 1100110 | 1100 | 0 | 101100 | 11100 | 1001100 | 100100 | 111000 |
Color Harmonies of #A1B766
Complementary color
Monochromatic Colors of #A1B766
Black with #A1B766
Text Example
Text Example
White with #A1B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B766; }
p { color: rgb(161,183,102); }
H1.HeaderClassName
{
color: #A1B766;
}
.AnyTagClassName
{
color: #A1B766;
}
</style>
background-color css
<style>
a { background-color: #A1B766; }
a { background-color: rgb(161,183,102); }
div.DivClassName
{
background-color: #A1B766;
}
.BgClassName
{
background-color: #A1B766;
}
</style>
border-color css
<style>
span { border-color: #A1B766; }
span { border-color: rgb(161,183,102); }
td.TdClassName
{
border-color: #A1B766;
}
.TagClassName
{
border-color: #A1B766;
}
</style>