Shades of Green Smoke #94A04D
Tints of Green Smoke #94A04D
RGB
CMYK
RGB Variations
Color information
#94A04D (or 0x94A04D) is known color: Green Smoke. HEX triplet: 94, A0 and 4D. RGB value is (148,160,77). Sum of RGB (Red+Green+Blue) = 148+160+77=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #94A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A04D is #6B5FB2. Grayscale: #939393. Windows color (decimal): -7036851 or 5087380. OLE color: 5087380.
HSL color Cylindrical-coordinate representation of color #94A04D: hue angle of 68.67º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94A04D is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 77 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.37 |
| HSL | 68.67º | 0.35% | 0.46% | - |
| HSV(B) | 68.67º | 0.52% | 0.63% | - |
| XYZ | 26.12 | 31.97 | 11.82 | - |
| YUV | 146.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 77 | 0.07 | 0 | 0.52 | 0.37 | 68.67 | 0.35 | 0.46 |
| Hex | 94 | A0 | 4D | 7 | 0 | 34 | 25 | 45 | 23 | 2E |
| Octal | 224 | 240 | 115 | 7 | 0 | 64 | 45 | 105 | 43 | 56 |
| Binary | 10010100 | 10100000 | 1001101 | 111 | 0 | 110100 | 100101 | 1000101 | 100011 | 101110 |
Color Harmonies of #94A04D
Complementary color
Monochromatic Colors of #94A04D
Black with #94A04D
Text Example
Text Example
White with #94A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A04D; }
p { color: rgb(148,160,77); }
H1.HeaderClassName
{
color: #94A04D;
}
.AnyTagClassName
{
color: #94A04D;
}
</style>
background-color css
<style>
a { background-color: #94A04D; }
a { background-color: rgb(148,160,77); }
div.DivClassName
{
background-color: #94A04D;
}
.BgClassName
{
background-color: #94A04D;
}
</style>
border-color css
<style>
span { border-color: #94A04D; }
span { border-color: rgb(148,160,77); }
td.TdClassName
{
border-color: #94A04D;
}
.TagClassName
{
border-color: #94A04D;
}
</style>