Shades of Green Smoke #94A84D
Tints of Green Smoke #94A84D
RGB
CMYK
RGB Variations
Color information
#94A84D (or 0x94A84D) is known color: Green Smoke. HEX triplet: 94, A8 and 4D. RGB value is (148,168,77). Sum of RGB (Red+Green+Blue) = 148+168+77=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #94A84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A84D is #6B57B2. Grayscale: #979797. Windows color (decimal): -7034803 or 5089428. OLE color: 5089428.
HSL color Cylindrical-coordinate representation of color #94A84D: hue angle of 73.19º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94A84D is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 77 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.34 |
| HSL | 73.19º | 0.37% | 0.48% | - |
| HSV(B) | 73.19º | 0.54% | 0.66% | - |
| XYZ | 27.55 | 34.84 | 12.29 | - |
| YUV | 151.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 77 | 0.12 | 0 | 0.54 | 0.34 | 73.19 | 0.37 | 0.48 |
| Hex | 94 | A8 | 4D | C | 0 | 36 | 22 | 49 | 25 | 30 |
| Octal | 224 | 250 | 115 | 14 | 0 | 66 | 42 | 111 | 45 | 60 |
| Binary | 10010100 | 10101000 | 1001101 | 1100 | 0 | 110110 | 100010 | 1001001 | 100101 | 110000 |
Color Harmonies of #94A84D
Complementary color
Monochromatic Colors of #94A84D
Black with #94A84D
Text Example
Text Example
White with #94A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A84D; }
p { color: rgb(148,168,77); }
H1.HeaderClassName
{
color: #94A84D;
}
.AnyTagClassName
{
color: #94A84D;
}
</style>
background-color css
<style>
a { background-color: #94A84D; }
a { background-color: rgb(148,168,77); }
div.DivClassName
{
background-color: #94A84D;
}
.BgClassName
{
background-color: #94A84D;
}
</style>
border-color css
<style>
span { border-color: #94A84D; }
span { border-color: rgb(148,168,77); }
td.TdClassName
{
border-color: #94A84D;
}
.TagClassName
{
border-color: #94A84D;
}
</style>