Shades of Green Smoke #A7B071
Tints of Green Smoke #A7B071
RGB
CMYK
RGB Variations
Color information
#A7B071 (or 0xA7B071) is known color: Green Smoke. HEX triplet: A7, B0 and 71. RGB value is (167,176,113). Sum of RGB (Red+Green+Blue) = 167+176+113=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B071 is #584F8E. Grayscale: #A6A6A6. Windows color (decimal): -5787535 or 7450791. OLE color: 7450791.
HSL color Cylindrical-coordinate representation of color #A7B071: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7B071 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 113 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.31 |
| HSL | 68.57º | 0.29% | 0.57% | - |
| HSV(B) | 68.57º | 0.36% | 0.69% | - |
| XYZ | 34.44 | 40.46 | 21.62 | - |
| YUV | 166.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 113 | 0.05 | 0 | 0.36 | 0.31 | 68.57 | 0.29 | 0.57 |
| Hex | A7 | B0 | 71 | 5 | 0 | 24 | 1F | 45 | 1D | 39 |
| Octal | 247 | 260 | 161 | 5 | 0 | 44 | 37 | 105 | 35 | 71 |
| Binary | 10100111 | 10110000 | 1110001 | 101 | 0 | 100100 | 11111 | 1000101 | 11101 | 111001 |
Color Harmonies of #A7B071
Complementary color
Monochromatic Colors of #A7B071
Black with #A7B071
Text Example
Text Example
White with #A7B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B071; }
p { color: rgb(167,176,113); }
H1.HeaderClassName
{
color: #A7B071;
}
.AnyTagClassName
{
color: #A7B071;
}
</style>
background-color css
<style>
a { background-color: #A7B071; }
a { background-color: rgb(167,176,113); }
div.DivClassName
{
background-color: #A7B071;
}
.BgClassName
{
background-color: #A7B071;
}
</style>
border-color css
<style>
span { border-color: #A7B071; }
span { border-color: rgb(167,176,113); }
td.TdClassName
{
border-color: #A7B071;
}
.TagClassName
{
border-color: #A7B071;
}
</style>