Shades of Green Smoke #969D5E
Tints of Green Smoke #969D5E
RGB
CMYK
RGB Variations
Color information
#969D5E (or 0x969D5E) is known color: Green Smoke. HEX triplet: 96, 9D and 5E. RGB value is (150,157,94). Sum of RGB (Red+Green+Blue) = 150+157+94=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #969D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D5E is #6962A1. Grayscale: #939393. Windows color (decimal): -6906530 or 6200726. OLE color: 6200726.
HSL color Cylindrical-coordinate representation of color #969D5E: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #969D5E is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 94 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.38 |
| HSL | 66.67º | 0.25% | 0.49% | - |
| HSV(B) | 66.67º | 0.4% | 0.62% | - |
| XYZ | 26.66 | 31.41 | 15.25 | - |
| YUV | 147.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 94 | 0.04 | 0 | 0.40 | 0.38 | 66.67 | 0.25 | 0.49 |
| Hex | 96 | 9D | 5E | 4 | 0 | 28 | 26 | 43 | 19 | 31 |
| Octal | 226 | 235 | 136 | 4 | 0 | 50 | 46 | 103 | 31 | 61 |
| Binary | 10010110 | 10011101 | 1011110 | 100 | 0 | 101000 | 100110 | 1000011 | 11001 | 110001 |
Color Harmonies of #969D5E
Complementary color
Monochromatic Colors of #969D5E
Black with #969D5E
Text Example
Text Example
White with #969D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D5E; }
p { color: rgb(150,157,94); }
H1.HeaderClassName
{
color: #969D5E;
}
.AnyTagClassName
{
color: #969D5E;
}
</style>
background-color css
<style>
a { background-color: #969D5E; }
a { background-color: rgb(150,157,94); }
div.DivClassName
{
background-color: #969D5E;
}
.BgClassName
{
background-color: #969D5E;
}
</style>
border-color css
<style>
span { border-color: #969D5E; }
span { border-color: rgb(150,157,94); }
td.TdClassName
{
border-color: #969D5E;
}
.TagClassName
{
border-color: #969D5E;
}
</style>