Shades of Green Smoke #949E65
Tints of Green Smoke #949E65
RGB
CMYK
RGB Variations
Color information
#949E65 (or 0x949E65) is known color: Green Smoke. HEX triplet: 94, 9E and 65. RGB value is (148,158,101). Sum of RGB (Red+Green+Blue) = 148+158+101=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 158 - color contains mainly: green. Hex color #949E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E65 is #6B619A. Grayscale: #949494. Windows color (decimal): -7037339 or 6659732. OLE color: 6659732.
HSL color Cylindrical-coordinate representation of color #949E65: hue angle of 70.53º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949E65 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 101 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.38 |
| HSL | 70.53º | 0.23% | 0.51% | - |
| HSV(B) | 70.53º | 0.36% | 0.62% | - |
| XYZ | 26.79 | 31.69 | 17.02 | - |
| YUV | 148.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 101 | 0.06 | 0 | 0.36 | 0.38 | 70.53 | 0.23 | 0.51 |
| Hex | 94 | 9E | 65 | 6 | 0 | 24 | 26 | 47 | 17 | 33 |
| Octal | 224 | 236 | 145 | 6 | 0 | 44 | 46 | 107 | 27 | 63 |
| Binary | 10010100 | 10011110 | 1100101 | 110 | 0 | 100100 | 100110 | 1000111 | 10111 | 110011 |
Color Harmonies of #949E65
Complementary color
Monochromatic Colors of #949E65
Black with #949E65
Text Example
Text Example
White with #949E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E65; }
p { color: rgb(148,158,101); }
H1.HeaderClassName
{
color: #949E65;
}
.AnyTagClassName
{
color: #949E65;
}
</style>
background-color css
<style>
a { background-color: #949E65; }
a { background-color: rgb(148,158,101); }
div.DivClassName
{
background-color: #949E65;
}
.BgClassName
{
background-color: #949E65;
}
</style>
border-color css
<style>
span { border-color: #949E65; }
span { border-color: rgb(148,158,101); }
td.TdClassName
{
border-color: #949E65;
}
.TagClassName
{
border-color: #949E65;
}
</style>