Shades of Green Smoke #949F68
Tints of Green Smoke #949F68
RGB
CMYK
RGB Variations
Color information
#949F68 (or 0x949F68) is known color: Green Smoke. HEX triplet: 94, 9F and 68. RGB value is (148,159,104). Sum of RGB (Red+Green+Blue) = 148+159+104=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #949F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F68 is #6B6097. Grayscale: #959595. Windows color (decimal): -7037080 or 6856596. OLE color: 6856596.
HSL color Cylindrical-coordinate representation of color #949F68: hue angle of 72º 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 #949F68 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 104 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.38 |
| HSL | 72º | 0.22% | 0.52% | - |
| HSV(B) | 72º | 0.35% | 0.62% | - |
| XYZ | 27.11 | 32.09 | 17.86 | - |
| YUV | 149.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 104 | 0.07 | 0 | 0.35 | 0.38 | 72 | 0.22 | 0.52 |
| Hex | 94 | 9F | 68 | 7 | 0 | 23 | 26 | 48 | 16 | 34 |
| Octal | 224 | 237 | 150 | 7 | 0 | 43 | 46 | 110 | 26 | 64 |
| Binary | 10010100 | 10011111 | 1101000 | 111 | 0 | 100011 | 100110 | 1001000 | 10110 | 110100 |
Color Harmonies of #949F68
Complementary color
Monochromatic Colors of #949F68
Black with #949F68
Text Example
Text Example
White with #949F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F68; }
p { color: rgb(148,159,104); }
H1.HeaderClassName
{
color: #949F68;
}
.AnyTagClassName
{
color: #949F68;
}
</style>
background-color css
<style>
a { background-color: #949F68; }
a { background-color: rgb(148,159,104); }
div.DivClassName
{
background-color: #949F68;
}
.BgClassName
{
background-color: #949F68;
}
</style>
border-color css
<style>
span { border-color: #949F68; }
span { border-color: rgb(148,159,104); }
td.TdClassName
{
border-color: #949F68;
}
.TagClassName
{
border-color: #949F68;
}
</style>