Shades of Green Smoke #A7B561
Tints of Green Smoke #A7B561
RGB
CMYK
RGB Variations
Color information
#A7B561 (or 0xA7B561) is known color: Green Smoke. HEX triplet: A7, B5 and 61. RGB value is (167,181,97). Sum of RGB (Red+Green+Blue) = 167+181+97=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B561 is #584A9E. Grayscale: #A7A7A7. Windows color (decimal): -5786271 or 6403495. OLE color: 6403495.
HSL color Cylindrical-coordinate representation of color #A7B561: hue angle of 70º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7B561 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 97 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.29 |
| HSL | 70º | 0.36% | 0.55% | - |
| HSV(B) | 70º | 0.46% | 0.71% | - |
| XYZ | 34.62 | 42.13 | 17.62 | - |
| YUV | 167.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 97 | 0.08 | 0 | 0.46 | 0.29 | 70 | 0.36 | 0.55 |
| Hex | A7 | B5 | 61 | 8 | 0 | 2E | 1D | 46 | 24 | 37 |
| Octal | 247 | 265 | 141 | 10 | 0 | 56 | 35 | 106 | 44 | 67 |
| Binary | 10100111 | 10110101 | 1100001 | 1000 | 0 | 101110 | 11101 | 1000110 | 100100 | 110111 |
Color Harmonies of #A7B561
Complementary color
Monochromatic Colors of #A7B561
Black with #A7B561
Text Example
Text Example
White with #A7B561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B561; }
p { color: rgb(167,181,97); }
H1.HeaderClassName
{
color: #A7B561;
}
.AnyTagClassName
{
color: #A7B561;
}
</style>
background-color css
<style>
a { background-color: #A7B561; }
a { background-color: rgb(167,181,97); }
div.DivClassName
{
background-color: #A7B561;
}
.BgClassName
{
background-color: #A7B561;
}
</style>
border-color css
<style>
span { border-color: #A7B561; }
span { border-color: rgb(167,181,97); }
td.TdClassName
{
border-color: #A7B561;
}
.TagClassName
{
border-color: #A7B561;
}
</style>