Shades of Green Smoke #A7B46F
Tints of Green Smoke #A7B46F
RGB
CMYK
RGB Variations
Color information
#A7B46F (or 0xA7B46F) is known color: Green Smoke. HEX triplet: A7, B4 and 6F. RGB value is (167,180,111). Sum of RGB (Red+Green+Blue) = 167+180+111=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B46F is #584B90. Grayscale: #A8A8A8. Windows color (decimal): -5786513 or 7320743. OLE color: 7320743.
HSL color Cylindrical-coordinate representation of color #A7B46F: hue angle of 71.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7B46F is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 111 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.29 |
| HSL | 71.3º | 0.32% | 0.57% | - |
| HSV(B) | 71.3º | 0.38% | 0.71% | - |
| XYZ | 35.13 | 42.01 | 21.3 | - |
| YUV | 168.25 | 95.69 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 111 | 0.07 | 0 | 0.38 | 0.29 | 71.3 | 0.32 | 0.57 |
| Hex | A7 | B4 | 6F | 7 | 0 | 26 | 1D | 47 | 20 | 39 |
| Octal | 247 | 264 | 157 | 7 | 0 | 46 | 35 | 107 | 40 | 71 |
| Binary | 10100111 | 10110100 | 1101111 | 111 | 0 | 100110 | 11101 | 1000111 | 100000 | 111001 |
Color Harmonies of #A7B46F
Complementary color
Monochromatic Colors of #A7B46F
Black with #A7B46F
Text Example
Text Example
White with #A7B46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B46F; }
p { color: rgb(167,180,111); }
H1.HeaderClassName
{
color: #A7B46F;
}
.AnyTagClassName
{
color: #A7B46F;
}
</style>
background-color css
<style>
a { background-color: #A7B46F; }
a { background-color: rgb(167,180,111); }
div.DivClassName
{
background-color: #A7B46F;
}
.BgClassName
{
background-color: #A7B46F;
}
</style>
border-color css
<style>
span { border-color: #A7B46F; }
span { border-color: rgb(167,180,111); }
td.TdClassName
{
border-color: #A7B46F;
}
.TagClassName
{
border-color: #A7B46F;
}
</style>