Shades of Green Smoke #939E50
Tints of Green Smoke #939E50
RGB
CMYK
RGB Variations
Color information
#939E50 (or 0x939E50) is known color: Green Smoke. HEX triplet: 93, 9E and 50. RGB value is (147,158,80). Sum of RGB (Red+Green+Blue) = 147+158+80=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #939E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E50 is #6C61AF. Grayscale: #929292. Windows color (decimal): -7102896 or 5283475. OLE color: 5283475.
HSL color Cylindrical-coordinate representation of color #939E50: hue angle of 68.46º 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 #939E50 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 80 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.38 |
| HSL | 68.46º | 0.33% | 0.47% | - |
| HSV(B) | 68.46º | 0.49% | 0.62% | - |
| XYZ | 25.71 | 31.24 | 12.26 | - |
| YUV | 145.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 80 | 0.07 | 0 | 0.49 | 0.38 | 68.46 | 0.33 | 0.47 |
| Hex | 93 | 9E | 50 | 7 | 0 | 31 | 26 | 44 | 21 | 2F |
| Octal | 223 | 236 | 120 | 7 | 0 | 61 | 46 | 104 | 41 | 57 |
| Binary | 10010011 | 10011110 | 1010000 | 111 | 0 | 110001 | 100110 | 1000100 | 100001 | 101111 |
Color Harmonies of #939E50
Complementary color
Monochromatic Colors of #939E50
Black with #939E50
Text Example
Text Example
White with #939E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E50; }
p { color: rgb(147,158,80); }
H1.HeaderClassName
{
color: #939E50;
}
.AnyTagClassName
{
color: #939E50;
}
</style>
background-color css
<style>
a { background-color: #939E50; }
a { background-color: rgb(147,158,80); }
div.DivClassName
{
background-color: #939E50;
}
.BgClassName
{
background-color: #939E50;
}
</style>
border-color css
<style>
span { border-color: #939E50; }
span { border-color: rgb(147,158,80); }
td.TdClassName
{
border-color: #939E50;
}
.TagClassName
{
border-color: #939E50;
}
</style>