Shades of Green Smoke #969E64
Tints of Green Smoke #969E64
RGB
CMYK
RGB Variations
Color information
#969E64 (or 0x969E64) is known color: Green Smoke. HEX triplet: 96, 9E and 64. RGB value is (150,158,100). Sum of RGB (Red+Green+Blue) = 150+158+100=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #969E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E64 is #69619B. Grayscale: #959595. Windows color (decimal): -6906268 or 6594198. OLE color: 6594198.
HSL color Cylindrical-coordinate representation of color #969E64: hue angle of 68.28º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969E64 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 158 | 100 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.38 |
| HSL | 68.28º | 0.23% | 0.51% | - |
| HSV(B) | 68.28º | 0.37% | 0.62% | - |
| XYZ | 27.1 | 31.86 | 16.78 | - |
| YUV | 149 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 100 | 0.05 | 0 | 0.37 | 0.38 | 68.28 | 0.23 | 0.51 |
| Hex | 96 | 9E | 64 | 5 | 0 | 25 | 26 | 44 | 17 | 33 |
| Octal | 226 | 236 | 144 | 5 | 0 | 45 | 46 | 104 | 27 | 63 |
| Binary | 10010110 | 10011110 | 1100100 | 101 | 0 | 100101 | 100110 | 1000100 | 10111 | 110011 |
Color Harmonies of #969E64
Complementary color
Monochromatic Colors of #969E64
Black with #969E64
Text Example
Text Example
White with #969E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969E64; }
p { color: rgb(150,158,100); }
H1.HeaderClassName
{
color: #969E64;
}
.AnyTagClassName
{
color: #969E64;
}
</style>
background-color css
<style>
a { background-color: #969E64; }
a { background-color: rgb(150,158,100); }
div.DivClassName
{
background-color: #969E64;
}
.BgClassName
{
background-color: #969E64;
}
</style>
border-color css
<style>
span { border-color: #969E64; }
span { border-color: rgb(150,158,100); }
td.TdClassName
{
border-color: #969E64;
}
.TagClassName
{
border-color: #969E64;
}
</style>