Shades of Green Smoke #939F68
Tints of Green Smoke #939F68
RGB
CMYK
RGB Variations
Color information
#939F68 (or 0x939F68) is known color: Green Smoke. HEX triplet: 93, 9F and 68. RGB value is (147,159,104). Sum of RGB (Red+Green+Blue) = 147+159+104=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #939F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F68 is #6C6097. Grayscale: #959595. Windows color (decimal): -7102616 or 6856595. OLE color: 6856595.
HSL color Cylindrical-coordinate representation of color #939F68: hue angle of 73.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939F68 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 104 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.38 |
| HSL | 73.09º | 0.22% | 0.52% | - |
| HSV(B) | 73.09º | 0.35% | 0.62% | - |
| XYZ | 26.93 | 32 | 17.85 | - |
| YUV | 149.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 104 | 0.08 | 0 | 0.35 | 0.38 | 73.09 | 0.22 | 0.52 |
| Hex | 93 | 9F | 68 | 8 | 0 | 23 | 26 | 49 | 16 | 34 |
| Octal | 223 | 237 | 150 | 10 | 0 | 43 | 46 | 111 | 26 | 64 |
| Binary | 10010011 | 10011111 | 1101000 | 1000 | 0 | 100011 | 100110 | 1001001 | 10110 | 110100 |
Color Harmonies of #939F68
Complementary color
Monochromatic Colors of #939F68
Black with #939F68
Text Example
Text Example
White with #939F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F68; }
p { color: rgb(147,159,104); }
H1.HeaderClassName
{
color: #939F68;
}
.AnyTagClassName
{
color: #939F68;
}
</style>
background-color css
<style>
a { background-color: #939F68; }
a { background-color: rgb(147,159,104); }
div.DivClassName
{
background-color: #939F68;
}
.BgClassName
{
background-color: #939F68;
}
</style>
border-color css
<style>
span { border-color: #939F68; }
span { border-color: rgb(147,159,104); }
td.TdClassName
{
border-color: #939F68;
}
.TagClassName
{
border-color: #939F68;
}
</style>