Shades of Green Smoke #949E50
Tints of Green Smoke #949E50
RGB
CMYK
RGB Variations
Color information
#949E50 (or 0x949E50) is known color: Green Smoke. HEX triplet: 94, 9E and 50. RGB value is (148,158,80). Sum of RGB (Red+Green+Blue) = 148+158+80=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 158 - color contains mainly: green. Hex color #949E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E50 is #6B61AF. Grayscale: #929292. Windows color (decimal): -7037360 or 5283476. OLE color: 5283476.
HSL color Cylindrical-coordinate representation of color #949E50: hue angle of 67.69º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #949E50 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 80 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.38 |
| HSL | 67.69º | 0.33% | 0.47% | - |
| HSV(B) | 67.69º | 0.49% | 0.62% | - |
| XYZ | 25.89 | 31.33 | 12.27 | - |
| YUV | 146.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 80 | 0.06 | 0 | 0.49 | 0.38 | 67.69 | 0.33 | 0.47 |
| Hex | 94 | 9E | 50 | 6 | 0 | 31 | 26 | 44 | 21 | 2F |
| Octal | 224 | 236 | 120 | 6 | 0 | 61 | 46 | 104 | 41 | 57 |
| Binary | 10010100 | 10011110 | 1010000 | 110 | 0 | 110001 | 100110 | 1000100 | 100001 | 101111 |
Color Harmonies of #949E50
Complementary color
Monochromatic Colors of #949E50
Black with #949E50
Text Example
Text Example
White with #949E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E50; }
p { color: rgb(148,158,80); }
H1.HeaderClassName
{
color: #949E50;
}
.AnyTagClassName
{
color: #949E50;
}
</style>
background-color css
<style>
a { background-color: #949E50; }
a { background-color: rgb(148,158,80); }
div.DivClassName
{
background-color: #949E50;
}
.BgClassName
{
background-color: #949E50;
}
</style>
border-color css
<style>
span { border-color: #949E50; }
span { border-color: rgb(148,158,80); }
td.TdClassName
{
border-color: #949E50;
}
.TagClassName
{
border-color: #949E50;
}
</style>