Shades of Green Smoke #A7B160
Tints of Green Smoke #A7B160
RGB
CMYK
RGB Variations
Color information
#A7B160 (or 0xA7B160) is known color: Green Smoke. HEX triplet: A7, B1 and 60. RGB value is (167,177,96). Sum of RGB (Red+Green+Blue) = 167+177+96=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B160 is #584E9F. Grayscale: #A5A5A5. Windows color (decimal): -5787296 or 6336935. OLE color: 6336935.
HSL color Cylindrical-coordinate representation of color #A7B160: hue angle of 67.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7B160 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 96 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.31 |
| HSL | 67.41º | 0.34% | 0.54% | - |
| HSV(B) | 67.41º | 0.46% | 0.69% | - |
| XYZ | 33.77 | 40.5 | 17.1 | - |
| YUV | 164.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 96 | 0.06 | 0 | 0.46 | 0.31 | 67.41 | 0.34 | 0.54 |
| Hex | A7 | B1 | 60 | 6 | 0 | 2E | 1F | 43 | 22 | 36 |
| Octal | 247 | 261 | 140 | 6 | 0 | 56 | 37 | 103 | 42 | 66 |
| Binary | 10100111 | 10110001 | 1100000 | 110 | 0 | 101110 | 11111 | 1000011 | 100010 | 110110 |
Color Harmonies of #A7B160
Complementary color
Monochromatic Colors of #A7B160
Black with #A7B160
Text Example
Text Example
White with #A7B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B160; }
p { color: rgb(167,177,96); }
H1.HeaderClassName
{
color: #A7B160;
}
.AnyTagClassName
{
color: #A7B160;
}
</style>
background-color css
<style>
a { background-color: #A7B160; }
a { background-color: rgb(167,177,96); }
div.DivClassName
{
background-color: #A7B160;
}
.BgClassName
{
background-color: #A7B160;
}
</style>
border-color css
<style>
span { border-color: #A7B160; }
span { border-color: rgb(167,177,96); }
td.TdClassName
{
border-color: #A7B160;
}
.TagClassName
{
border-color: #A7B160;
}
</style>