Shades of Green Smoke #A7B55E
Tints of Green Smoke #A7B55E
RGB
CMYK
RGB Variations
Color information
#A7B55E (or 0xA7B55E) is known color: Green Smoke. HEX triplet: A7, B5 and 5E. RGB value is (167,181,94). Sum of RGB (Red+Green+Blue) = 167+181+94=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B55E is #584AA1. Grayscale: #A7A7A7. Windows color (decimal): -5786274 or 6206887. OLE color: 6206887.
HSL color Cylindrical-coordinate representation of color #A7B55E: hue angle of 69.66º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7B55E is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 94 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.29 |
| HSL | 69.66º | 0.37% | 0.54% | - |
| HSV(B) | 69.66º | 0.48% | 0.71% | - |
| XYZ | 34.48 | 42.07 | 16.89 | - |
| YUV | 166.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 94 | 0.08 | 0 | 0.48 | 0.29 | 69.66 | 0.37 | 0.54 |
| Hex | A7 | B5 | 5E | 8 | 0 | 30 | 1D | 46 | 25 | 36 |
| Octal | 247 | 265 | 136 | 10 | 0 | 60 | 35 | 106 | 45 | 66 |
| Binary | 10100111 | 10110101 | 1011110 | 1000 | 0 | 110000 | 11101 | 1000110 | 100101 | 110110 |
Color Harmonies of #A7B55E
Complementary color
Monochromatic Colors of #A7B55E
Black with #A7B55E
Text Example
Text Example
White with #A7B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B55E; }
p { color: rgb(167,181,94); }
H1.HeaderClassName
{
color: #A7B55E;
}
.AnyTagClassName
{
color: #A7B55E;
}
</style>
background-color css
<style>
a { background-color: #A7B55E; }
a { background-color: rgb(167,181,94); }
div.DivClassName
{
background-color: #A7B55E;
}
.BgClassName
{
background-color: #A7B55E;
}
</style>
border-color css
<style>
span { border-color: #A7B55E; }
span { border-color: rgb(167,181,94); }
td.TdClassName
{
border-color: #A7B55E;
}
.TagClassName
{
border-color: #A7B55E;
}
</style>