Shades of Green Smoke #A7B766
Tints of Green Smoke #A7B766
RGB
CMYK
RGB Variations
Color information
#A7B766 (or 0xA7B766) is known color: Green Smoke. HEX triplet: A7, B7 and 66. RGB value is (167,183,102). Sum of RGB (Red+Green+Blue) = 167+183+102=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B766 is #584899. Grayscale: #A9A9A9. Windows color (decimal): -5785754 or 6731687. OLE color: 6731687.
HSL color Cylindrical-coordinate representation of color #A7B766: hue angle of 71.85º 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 #A7B766 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 102 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.28 |
| HSL | 71.85º | 0.36% | 0.56% | - |
| HSV(B) | 71.85º | 0.44% | 0.72% | - |
| XYZ | 35.27 | 43.04 | 19.02 | - |
| YUV | 168.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 102 | 0.09 | 0 | 0.44 | 0.28 | 71.85 | 0.36 | 0.56 |
| Hex | A7 | B7 | 66 | 9 | 0 | 2C | 1C | 48 | 24 | 38 |
| Octal | 247 | 267 | 146 | 11 | 0 | 54 | 34 | 110 | 44 | 70 |
| Binary | 10100111 | 10110111 | 1100110 | 1001 | 0 | 101100 | 11100 | 1001000 | 100100 | 111000 |
Color Harmonies of #A7B766
Complementary color
Monochromatic Colors of #A7B766
Black with #A7B766
Text Example
Text Example
White with #A7B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B766; }
p { color: rgb(167,183,102); }
H1.HeaderClassName
{
color: #A7B766;
}
.AnyTagClassName
{
color: #A7B766;
}
</style>
background-color css
<style>
a { background-color: #A7B766; }
a { background-color: rgb(167,183,102); }
div.DivClassName
{
background-color: #A7B766;
}
.BgClassName
{
background-color: #A7B766;
}
</style>
border-color css
<style>
span { border-color: #A7B766; }
span { border-color: rgb(167,183,102); }
td.TdClassName
{
border-color: #A7B766;
}
.TagClassName
{
border-color: #A7B766;
}
</style>