Shades of Green Smoke #939F64
Tints of Green Smoke #939F64
RGB
CMYK
RGB Variations
Color information
#939F64 (or 0x939F64) is known color: Green Smoke. HEX triplet: 93, 9F and 64. RGB value is (147,159,100). Sum of RGB (Red+Green+Blue) = 147+159+100=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #939F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F64 is #6C609B. Grayscale: #949494. Windows color (decimal): -7102620 or 6594451. OLE color: 6594451.
HSL color Cylindrical-coordinate representation of color #939F64: hue angle of 72.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #939F64 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 100 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.38 |
| HSL | 72.2º | 0.24% | 0.51% | - |
| HSV(B) | 72.2º | 0.37% | 0.62% | - |
| XYZ | 26.73 | 31.92 | 16.81 | - |
| YUV | 148.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 100 | 0.08 | 0 | 0.37 | 0.38 | 72.2 | 0.24 | 0.51 |
| Hex | 93 | 9F | 64 | 8 | 0 | 25 | 26 | 48 | 18 | 33 |
| Octal | 223 | 237 | 144 | 10 | 0 | 45 | 46 | 110 | 30 | 63 |
| Binary | 10010011 | 10011111 | 1100100 | 1000 | 0 | 100101 | 100110 | 1001000 | 11000 | 110011 |
Color Harmonies of #939F64
Complementary color
Monochromatic Colors of #939F64
Black with #939F64
Text Example
Text Example
White with #939F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F64; }
p { color: rgb(147,159,100); }
H1.HeaderClassName
{
color: #939F64;
}
.AnyTagClassName
{
color: #939F64;
}
</style>
background-color css
<style>
a { background-color: #939F64; }
a { background-color: rgb(147,159,100); }
div.DivClassName
{
background-color: #939F64;
}
.BgClassName
{
background-color: #939F64;
}
</style>
border-color css
<style>
span { border-color: #939F64; }
span { border-color: rgb(147,159,100); }
td.TdClassName
{
border-color: #939F64;
}
.TagClassName
{
border-color: #939F64;
}
</style>