Shades of Green Smoke #94A14A
Tints of Green Smoke #94A14A
RGB
CMYK
RGB Variations
Color information
#94A14A (or 0x94A14A) is known color: Green Smoke. HEX triplet: 94, A1 and 4A. RGB value is (148,161,74). Sum of RGB (Red+Green+Blue) = 148+161+74=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #94A14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A14A is #6B5EB5. Grayscale: #939393. Windows color (decimal): -7036598 or 4891028. OLE color: 4891028.
HSL color Cylindrical-coordinate representation of color #94A14A: hue angle of 68.97º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94A14A is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 74 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.37 |
| HSL | 68.97º | 0.37% | 0.46% | - |
| HSV(B) | 68.97º | 0.54% | 0.63% | - |
| XYZ | 26.19 | 32.28 | 11.33 | - |
| YUV | 147.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 74 | 0.08 | 0 | 0.54 | 0.37 | 68.97 | 0.37 | 0.46 |
| Hex | 94 | A1 | 4A | 8 | 0 | 36 | 25 | 45 | 25 | 2E |
| Octal | 224 | 241 | 112 | 10 | 0 | 66 | 45 | 105 | 45 | 56 |
| Binary | 10010100 | 10100001 | 1001010 | 1000 | 0 | 110110 | 100101 | 1000101 | 100101 | 101110 |
Color Harmonies of #94A14A
Complementary color
Monochromatic Colors of #94A14A
Black with #94A14A
Text Example
Text Example
White with #94A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A14A; }
p { color: rgb(148,161,74); }
H1.HeaderClassName
{
color: #94A14A;
}
.AnyTagClassName
{
color: #94A14A;
}
</style>
background-color css
<style>
a { background-color: #94A14A; }
a { background-color: rgb(148,161,74); }
div.DivClassName
{
background-color: #94A14A;
}
.BgClassName
{
background-color: #94A14A;
}
</style>
border-color css
<style>
span { border-color: #94A14A; }
span { border-color: rgb(148,161,74); }
td.TdClassName
{
border-color: #94A14A;
}
.TagClassName
{
border-color: #94A14A;
}
</style>