Shades of Green Smoke #A7BA5E
Tints of Green Smoke #A7BA5E
RGB
CMYK
RGB Variations
Color information
#A7BA5E (or 0xA7BA5E) is known color: Green Smoke. HEX triplet: A7, BA and 5E. RGB value is (167,186,94). Sum of RGB (Red+Green+Blue) = 167+186+94=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA5E is #5845A1. Grayscale: #AAAAAA. Windows color (decimal): -5784994 or 6208167. OLE color: 6208167.
HSL color Cylindrical-coordinate representation of color #A7BA5E: hue angle of 72.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7BA5E is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 94 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.27 |
| HSL | 72.39º | 0.4% | 0.55% | - |
| HSV(B) | 72.39º | 0.49% | 0.73% | - |
| XYZ | 35.52 | 44.14 | 17.24 | - |
| YUV | 169.83 | 85.21 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 94 | 0.10 | 0 | 0.49 | 0.27 | 72.39 | 0.4 | 0.55 |
| Hex | A7 | BA | 5E | A | 0 | 31 | 1B | 48 | 28 | 37 |
| Octal | 247 | 272 | 136 | 12 | 0 | 61 | 33 | 110 | 50 | 67 |
| Binary | 10100111 | 10111010 | 1011110 | 1010 | 0 | 110001 | 11011 | 1001000 | 101000 | 110111 |
Color Harmonies of #A7BA5E
Complementary color
Monochromatic Colors of #A7BA5E
Black with #A7BA5E
Text Example
Text Example
White with #A7BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA5E; }
p { color: rgb(167,186,94); }
H1.HeaderClassName
{
color: #A7BA5E;
}
.AnyTagClassName
{
color: #A7BA5E;
}
</style>
background-color css
<style>
a { background-color: #A7BA5E; }
a { background-color: rgb(167,186,94); }
div.DivClassName
{
background-color: #A7BA5E;
}
.BgClassName
{
background-color: #A7BA5E;
}
</style>
border-color css
<style>
span { border-color: #A7BA5E; }
span { border-color: rgb(167,186,94); }
td.TdClassName
{
border-color: #A7BA5E;
}
.TagClassName
{
border-color: #A7BA5E;
}
</style>