Shades of Green Smoke #A7B75E
Tints of Green Smoke #A7B75E
RGB
CMYK
RGB Variations
Color information
#A7B75E (or 0xA7B75E) is known color: Green Smoke. HEX triplet: A7, B7 and 5E. RGB value is (167,183,94). Sum of RGB (Red+Green+Blue) = 167+183+94=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B75E is #5848A1. Grayscale: #A8A8A8. Windows color (decimal): -5785762 or 6207399. OLE color: 6207399.
HSL color Cylindrical-coordinate representation of color #A7B75E: hue angle of 70.79º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7B75E is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 94 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.28 |
| HSL | 70.79º | 0.38% | 0.54% | - |
| HSV(B) | 70.79º | 0.49% | 0.72% | - |
| XYZ | 34.89 | 42.89 | 17.03 | - |
| YUV | 168.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 94 | 0.09 | 0 | 0.49 | 0.28 | 70.79 | 0.38 | 0.54 |
| Hex | A7 | B7 | 5E | 9 | 0 | 31 | 1C | 47 | 26 | 36 |
| Octal | 247 | 267 | 136 | 11 | 0 | 61 | 34 | 107 | 46 | 66 |
| Binary | 10100111 | 10110111 | 1011110 | 1001 | 0 | 110001 | 11100 | 1000111 | 100110 | 110110 |
Color Harmonies of #A7B75E
Complementary color
Monochromatic Colors of #A7B75E
Black with #A7B75E
Text Example
Text Example
White with #A7B75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B75E; }
p { color: rgb(167,183,94); }
H1.HeaderClassName
{
color: #A7B75E;
}
.AnyTagClassName
{
color: #A7B75E;
}
</style>
background-color css
<style>
a { background-color: #A7B75E; }
a { background-color: rgb(167,183,94); }
div.DivClassName
{
background-color: #A7B75E;
}
.BgClassName
{
background-color: #A7B75E;
}
</style>
border-color css
<style>
span { border-color: #A7B75E; }
span { border-color: rgb(167,183,94); }
td.TdClassName
{
border-color: #A7B75E;
}
.TagClassName
{
border-color: #A7B75E;
}
</style>