Shades of Green Smoke #A7B361
Tints of Green Smoke #A7B361
RGB
CMYK
RGB Variations
Color information
#A7B361 (or 0xA7B361) is known color: Green Smoke. HEX triplet: A7, B3 and 61. RGB value is (167,179,97). Sum of RGB (Red+Green+Blue) = 167+179+97=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B361 is #584C9E. Grayscale: #A6A6A6. Windows color (decimal): -5786783 or 6402983. OLE color: 6402983.
HSL color Cylindrical-coordinate representation of color #A7B361: hue angle of 68.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7B361 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 97 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.30 |
| HSL | 68.78º | 0.35% | 0.54% | - |
| HSV(B) | 68.78º | 0.46% | 0.7% | - |
| XYZ | 34.21 | 41.32 | 17.48 | - |
| YUV | 166.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 97 | 0.07 | 0 | 0.46 | 0.30 | 68.78 | 0.35 | 0.54 |
| Hex | A7 | B3 | 61 | 7 | 0 | 2E | 1E | 45 | 23 | 36 |
| Octal | 247 | 263 | 141 | 7 | 0 | 56 | 36 | 105 | 43 | 66 |
| Binary | 10100111 | 10110011 | 1100001 | 111 | 0 | 101110 | 11110 | 1000101 | 100011 | 110110 |
Color Harmonies of #A7B361
Complementary color
Monochromatic Colors of #A7B361
Black with #A7B361
Text Example
Text Example
White with #A7B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B361; }
p { color: rgb(167,179,97); }
H1.HeaderClassName
{
color: #A7B361;
}
.AnyTagClassName
{
color: #A7B361;
}
</style>
background-color css
<style>
a { background-color: #A7B361; }
a { background-color: rgb(167,179,97); }
div.DivClassName
{
background-color: #A7B361;
}
.BgClassName
{
background-color: #A7B361;
}
</style>
border-color css
<style>
span { border-color: #A7B361; }
span { border-color: rgb(167,179,97); }
td.TdClassName
{
border-color: #A7B361;
}
.TagClassName
{
border-color: #A7B361;
}
</style>