Shades of Green Smoke #949F6C
Tints of Green Smoke #949F6C
RGB
CMYK
RGB Variations
Color information
#949F6C (or 0x949F6C) is known color: Green Smoke. HEX triplet: 94, 9F and 6C. RGB value is (148,159,108). Sum of RGB (Red+Green+Blue) = 148+159+108=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #949F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F6C is #6B6093. Grayscale: #969696. Windows color (decimal): -7037076 or 7118740. OLE color: 7118740.
HSL color Cylindrical-coordinate representation of color #949F6C: hue angle of 72.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949F6C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 108 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.38 |
| HSL | 72.94º | 0.21% | 0.52% | - |
| HSV(B) | 72.94º | 0.32% | 0.62% | - |
| XYZ | 27.32 | 32.17 | 18.96 | - |
| YUV | 149.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 108 | 0.07 | 0 | 0.32 | 0.38 | 72.94 | 0.21 | 0.52 |
| Hex | 94 | 9F | 6C | 7 | 0 | 20 | 26 | 49 | 15 | 34 |
| Octal | 224 | 237 | 154 | 7 | 0 | 40 | 46 | 111 | 25 | 64 |
| Binary | 10010100 | 10011111 | 1101100 | 111 | 0 | 100000 | 100110 | 1001001 | 10101 | 110100 |
Color Harmonies of #949F6C
Complementary color
Monochromatic Colors of #949F6C
Black with #949F6C
Text Example
Text Example
White with #949F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F6C; }
p { color: rgb(148,159,108); }
H1.HeaderClassName
{
color: #949F6C;
}
.AnyTagClassName
{
color: #949F6C;
}
</style>
background-color css
<style>
a { background-color: #949F6C; }
a { background-color: rgb(148,159,108); }
div.DivClassName
{
background-color: #949F6C;
}
.BgClassName
{
background-color: #949F6C;
}
</style>
border-color css
<style>
span { border-color: #949F6C; }
span { border-color: rgb(148,159,108); }
td.TdClassName
{
border-color: #949F6C;
}
.TagClassName
{
border-color: #949F6C;
}
</style>