Shades of Green Smoke #939B50
Tints of Green Smoke #939B50
RGB
CMYK
RGB Variations
Color information
#939B50 (or 0x939B50) is known color: Green Smoke. HEX triplet: 93, 9B and 50. RGB value is (147,155,80). Sum of RGB (Red+Green+Blue) = 147+155+80=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #939B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B50 is #6C64AF. Grayscale: #909090. Windows color (decimal): -7103664 or 5282707. OLE color: 5282707.
HSL color Cylindrical-coordinate representation of color #939B50: hue angle of 66.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #939B50 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 155 | 80 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.39 |
| HSL | 66.4º | 0.32% | 0.46% | - |
| HSV(B) | 66.4º | 0.48% | 0.61% | - |
| XYZ | 25.2 | 30.22 | 12.1 | - |
| YUV | 144.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 80 | 0.05 | 0 | 0.48 | 0.39 | 66.4 | 0.32 | 0.46 |
| Hex | 93 | 9B | 50 | 5 | 0 | 30 | 27 | 42 | 20 | 2E |
| Octal | 223 | 233 | 120 | 5 | 0 | 60 | 47 | 102 | 40 | 56 |
| Binary | 10010011 | 10011011 | 1010000 | 101 | 0 | 110000 | 100111 | 1000010 | 100000 | 101110 |
Color Harmonies of #939B50
Complementary color
Monochromatic Colors of #939B50
Black with #939B50
Text Example
Text Example
White with #939B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939B50; }
p { color: rgb(147,155,80); }
H1.HeaderClassName
{
color: #939B50;
}
.AnyTagClassName
{
color: #939B50;
}
</style>
background-color css
<style>
a { background-color: #939B50; }
a { background-color: rgb(147,155,80); }
div.DivClassName
{
background-color: #939B50;
}
.BgClassName
{
background-color: #939B50;
}
</style>
border-color css
<style>
span { border-color: #939B50; }
span { border-color: rgb(147,155,80); }
td.TdClassName
{
border-color: #939B50;
}
.TagClassName
{
border-color: #939B50;
}
</style>