Shades of Green Smoke #939954
Tints of Green Smoke #939954
RGB
CMYK
RGB Variations
Color information
#939954 (or 0x939954) is known color: Green Smoke. HEX triplet: 93, 99 and 54. RGB value is (147,153,84). Sum of RGB (Red+Green+Blue) = 147+153+84=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #939954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939954 is #6C66AB. Grayscale: #8F8F8F. Windows color (decimal): -7104172 or 5544339. OLE color: 5544339.
HSL color Cylindrical-coordinate representation of color #939954: hue angle of 65.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #939954 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 84 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.4 |
| HSL | 65.22º | 0.29% | 0.46% | - |
| HSV(B) | 65.22º | 0.45% | 0.6% | - |
| XYZ | 25.02 | 29.63 | 12.79 | - |
| YUV | 143.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 84 | 0.04 | 0 | 0.45 | 0.4 | 65.22 | 0.29 | 0.46 |
| Hex | 93 | 99 | 54 | 4 | 0 | 2D | 28 | 41 | 1D | 2E |
| Octal | 223 | 231 | 124 | 4 | 0 | 55 | 50 | 101 | 35 | 56 |
| Binary | 10010011 | 10011001 | 1010100 | 100 | 0 | 101101 | 101000 | 1000001 | 11101 | 101110 |
Color Harmonies of #939954
Complementary color
Monochromatic Colors of #939954
Black with #939954
Text Example
Text Example
White with #939954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939954; }
p { color: rgb(147,153,84); }
H1.HeaderClassName
{
color: #939954;
}
.AnyTagClassName
{
color: #939954;
}
</style>
background-color css
<style>
a { background-color: #939954; }
a { background-color: rgb(147,153,84); }
div.DivClassName
{
background-color: #939954;
}
.BgClassName
{
background-color: #939954;
}
</style>
border-color css
<style>
span { border-color: #939954; }
span { border-color: rgb(147,153,84); }
td.TdClassName
{
border-color: #939954;
}
.TagClassName
{
border-color: #939954;
}
</style>