Shades of Green Smoke #A7B56D
Tints of Green Smoke #A7B56D
RGB
CMYK
RGB Variations
Color information
#A7B56D (or 0xA7B56D) is known color: Green Smoke. HEX triplet: A7, B5 and 6D. RGB value is (167,181,109). Sum of RGB (Red+Green+Blue) = 167+181+109=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B56D is #584A92. Grayscale: #A8A8A8. Windows color (decimal): -5786259 or 7189927. OLE color: 7189927.
HSL color Cylindrical-coordinate representation of color #A7B56D: hue angle of 71.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7B56D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 109 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.29 |
| HSL | 71.67º | 0.33% | 0.57% | - |
| HSV(B) | 71.67º | 0.4% | 0.71% | - |
| XYZ | 35.22 | 42.37 | 20.79 | - |
| YUV | 168.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 109 | 0.08 | 0 | 0.40 | 0.29 | 71.67 | 0.33 | 0.57 |
| Hex | A7 | B5 | 6D | 8 | 0 | 28 | 1D | 48 | 21 | 39 |
| Octal | 247 | 265 | 155 | 10 | 0 | 50 | 35 | 110 | 41 | 71 |
| Binary | 10100111 | 10110101 | 1101101 | 1000 | 0 | 101000 | 11101 | 1001000 | 100001 | 111001 |
Color Harmonies of #A7B56D
Complementary color
Monochromatic Colors of #A7B56D
Black with #A7B56D
Text Example
Text Example
White with #A7B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B56D; }
p { color: rgb(167,181,109); }
H1.HeaderClassName
{
color: #A7B56D;
}
.AnyTagClassName
{
color: #A7B56D;
}
</style>
background-color css
<style>
a { background-color: #A7B56D; }
a { background-color: rgb(167,181,109); }
div.DivClassName
{
background-color: #A7B56D;
}
.BgClassName
{
background-color: #A7B56D;
}
</style>
border-color css
<style>
span { border-color: #A7B56D; }
span { border-color: rgb(167,181,109); }
td.TdClassName
{
border-color: #A7B56D;
}
.TagClassName
{
border-color: #A7B56D;
}
</style>