Shades of Green Smoke #949950
Tints of Green Smoke #949950
RGB
CMYK
RGB Variations
Color information
#949950 (or 0x949950) is known color: Green Smoke. HEX triplet: 94, 99 and 50. RGB value is (148,153,80). Sum of RGB (Red+Green+Blue) = 148+153+80=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #949950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949950 is #6B66AF. Grayscale: #8F8F8F. Windows color (decimal): -7038640 or 5282196. OLE color: 5282196.
HSL color Cylindrical-coordinate representation of color #949950: hue angle of 64.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #949950 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 80 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.4 |
| HSL | 64.11º | 0.31% | 0.46% | - |
| HSV(B) | 64.11º | 0.48% | 0.6% | - |
| XYZ | 25.05 | 29.66 | 11.99 | - |
| YUV | 143.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 80 | 0.03 | 0 | 0.48 | 0.4 | 64.11 | 0.31 | 0.46 |
| Hex | 94 | 99 | 50 | 3 | 0 | 30 | 28 | 40 | 1F | 2E |
| Octal | 224 | 231 | 120 | 3 | 0 | 60 | 50 | 100 | 37 | 56 |
| Binary | 10010100 | 10011001 | 1010000 | 11 | 0 | 110000 | 101000 | 1000000 | 11111 | 101110 |
Color Harmonies of #949950
Complementary color
Monochromatic Colors of #949950
Black with #949950
Text Example
Text Example
White with #949950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949950; }
p { color: rgb(148,153,80); }
H1.HeaderClassName
{
color: #949950;
}
.AnyTagClassName
{
color: #949950;
}
</style>
background-color css
<style>
a { background-color: #949950; }
a { background-color: rgb(148,153,80); }
div.DivClassName
{
background-color: #949950;
}
.BgClassName
{
background-color: #949950;
}
</style>
border-color css
<style>
span { border-color: #949950; }
span { border-color: rgb(148,153,80); }
td.TdClassName
{
border-color: #949950;
}
.TagClassName
{
border-color: #949950;
}
</style>