Shades of Green Smoke #969E62
Tints of Green Smoke #969E62
RGB
CMYK
RGB Variations
Color information
#969E62 (or 0x969E62) is known color: Green Smoke. HEX triplet: 96, 9E and 62. RGB value is (150,158,98). Sum of RGB (Red+Green+Blue) = 150+158+98=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #969E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E62 is #69619D. Grayscale: #959595. Windows color (decimal): -6906270 or 6463126. OLE color: 6463126.
HSL color Cylindrical-coordinate representation of color #969E62: hue angle of 68º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #969E62 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 158 | 98 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.38 |
| HSL | 68º | 0.24% | 0.5% | - |
| HSV(B) | 68º | 0.38% | 0.62% | - |
| XYZ | 27.01 | 31.82 | 16.27 | - |
| YUV | 148.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 98 | 0.05 | 0 | 0.38 | 0.38 | 68 | 0.24 | 0.5 |
| Hex | 96 | 9E | 62 | 5 | 0 | 26 | 26 | 44 | 18 | 32 |
| Octal | 226 | 236 | 142 | 5 | 0 | 46 | 46 | 104 | 30 | 62 |
| Binary | 10010110 | 10011110 | 1100010 | 101 | 0 | 100110 | 100110 | 1000100 | 11000 | 110010 |
Color Harmonies of #969E62
Complementary color
Monochromatic Colors of #969E62
Black with #969E62
Text Example
Text Example
White with #969E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969E62; }
p { color: rgb(150,158,98); }
H1.HeaderClassName
{
color: #969E62;
}
.AnyTagClassName
{
color: #969E62;
}
</style>
background-color css
<style>
a { background-color: #969E62; }
a { background-color: rgb(150,158,98); }
div.DivClassName
{
background-color: #969E62;
}
.BgClassName
{
background-color: #969E62;
}
</style>
border-color css
<style>
span { border-color: #969E62; }
span { border-color: rgb(150,158,98); }
td.TdClassName
{
border-color: #969E62;
}
.TagClassName
{
border-color: #969E62;
}
</style>