Shades of Green Smoke #A7B16E
Tints of Green Smoke #A7B16E
RGB
CMYK
RGB Variations
Color information
#A7B16E (or 0xA7B16E) is known color: Green Smoke. HEX triplet: A7, B1 and 6E. RGB value is (167,177,110). Sum of RGB (Red+Green+Blue) = 167+177+110=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B16E is #584E91. Grayscale: #A6A6A6. Windows color (decimal): -5787282 or 7254439. OLE color: 7254439.
HSL color Cylindrical-coordinate representation of color #A7B16E: hue angle of 68.96º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7B16E is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 110 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.31 |
| HSL | 68.96º | 0.3% | 0.56% | - |
| HSV(B) | 68.96º | 0.38% | 0.69% | - |
| XYZ | 34.47 | 40.79 | 20.81 | - |
| YUV | 166.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 110 | 0.06 | 0 | 0.38 | 0.31 | 68.96 | 0.3 | 0.56 |
| Hex | A7 | B1 | 6E | 6 | 0 | 26 | 1F | 45 | 1E | 38 |
| Octal | 247 | 261 | 156 | 6 | 0 | 46 | 37 | 105 | 36 | 70 |
| Binary | 10100111 | 10110001 | 1101110 | 110 | 0 | 100110 | 11111 | 1000101 | 11110 | 111000 |
Color Harmonies of #A7B16E
Complementary color
Monochromatic Colors of #A7B16E
Black with #A7B16E
Text Example
Text Example
White with #A7B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B16E; }
p { color: rgb(167,177,110); }
H1.HeaderClassName
{
color: #A7B16E;
}
.AnyTagClassName
{
color: #A7B16E;
}
</style>
background-color css
<style>
a { background-color: #A7B16E; }
a { background-color: rgb(167,177,110); }
div.DivClassName
{
background-color: #A7B16E;
}
.BgClassName
{
background-color: #A7B16E;
}
</style>
border-color css
<style>
span { border-color: #A7B16E; }
span { border-color: rgb(167,177,110); }
td.TdClassName
{
border-color: #A7B16E;
}
.TagClassName
{
border-color: #A7B16E;
}
</style>