Shades of Green Smoke #A7B070
Tints of Green Smoke #A7B070
RGB
CMYK
RGB Variations
Color information
#A7B070 (or 0xA7B070) is known color: Green Smoke. HEX triplet: A7, B0 and 70. RGB value is (167,176,112). Sum of RGB (Red+Green+Blue) = 167+176+112=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B070 is #584F8F. Grayscale: #A6A6A6. Windows color (decimal): -5787536 or 7385255. OLE color: 7385255.
HSL color Cylindrical-coordinate representation of color #A7B070: hue angle of 68.44º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7B070 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 112 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.31 |
| HSL | 68.44º | 0.29% | 0.56% | - |
| HSV(B) | 68.44º | 0.36% | 0.69% | - |
| XYZ | 34.39 | 40.44 | 21.32 | - |
| YUV | 166.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 112 | 0.05 | 0 | 0.36 | 0.31 | 68.44 | 0.29 | 0.56 |
| Hex | A7 | B0 | 70 | 5 | 0 | 24 | 1F | 44 | 1D | 38 |
| Octal | 247 | 260 | 160 | 5 | 0 | 44 | 37 | 104 | 35 | 70 |
| Binary | 10100111 | 10110000 | 1110000 | 101 | 0 | 100100 | 11111 | 1000100 | 11101 | 111000 |
Color Harmonies of #A7B070
Complementary color
Monochromatic Colors of #A7B070
Black with #A7B070
Text Example
Text Example
White with #A7B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B070; }
p { color: rgb(167,176,112); }
H1.HeaderClassName
{
color: #A7B070;
}
.AnyTagClassName
{
color: #A7B070;
}
</style>
background-color css
<style>
a { background-color: #A7B070; }
a { background-color: rgb(167,176,112); }
div.DivClassName
{
background-color: #A7B070;
}
.BgClassName
{
background-color: #A7B070;
}
</style>
border-color css
<style>
span { border-color: #A7B070; }
span { border-color: rgb(167,176,112); }
td.TdClassName
{
border-color: #A7B070;
}
.TagClassName
{
border-color: #A7B070;
}
</style>