Shades of Green Smoke #939F5D
Tints of Green Smoke #939F5D
RGB
CMYK
RGB Variations
Color information
#939F5D (or 0x939F5D) is known color: Green Smoke. HEX triplet: 93, 9F and 5D. RGB value is (147,159,93). Sum of RGB (Red+Green+Blue) = 147+159+93=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #939F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F5D is #6C60A2. Grayscale: #949494. Windows color (decimal): -7102627 or 6135699. OLE color: 6135699.
HSL color Cylindrical-coordinate representation of color #939F5D: hue angle of 70.91º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #939F5D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 93 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.38 |
| HSL | 70.91º | 0.26% | 0.49% | - |
| HSV(B) | 70.91º | 0.42% | 0.62% | - |
| XYZ | 26.41 | 31.79 | 15.1 | - |
| YUV | 147.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 93 | 0.08 | 0 | 0.42 | 0.38 | 70.91 | 0.26 | 0.49 |
| Hex | 93 | 9F | 5D | 8 | 0 | 2A | 26 | 47 | 1A | 31 |
| Octal | 223 | 237 | 135 | 10 | 0 | 52 | 46 | 107 | 32 | 61 |
| Binary | 10010011 | 10011111 | 1011101 | 1000 | 0 | 101010 | 100110 | 1000111 | 11010 | 110001 |
Color Harmonies of #939F5D
Complementary color
Monochromatic Colors of #939F5D
Black with #939F5D
Text Example
Text Example
White with #939F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F5D; }
p { color: rgb(147,159,93); }
H1.HeaderClassName
{
color: #939F5D;
}
.AnyTagClassName
{
color: #939F5D;
}
</style>
background-color css
<style>
a { background-color: #939F5D; }
a { background-color: rgb(147,159,93); }
div.DivClassName
{
background-color: #939F5D;
}
.BgClassName
{
background-color: #939F5D;
}
</style>
border-color css
<style>
span { border-color: #939F5D; }
span { border-color: rgb(147,159,93); }
td.TdClassName
{
border-color: #939F5D;
}
.TagClassName
{
border-color: #939F5D;
}
</style>