Shades of Green Smoke #969F50
Tints of Green Smoke #969F50
RGB
CMYK
RGB Variations
Color information
#969F50 (or 0x969F50) is known color: Green Smoke. HEX triplet: 96, 9F and 50. RGB value is (150,159,80). Sum of RGB (Red+Green+Blue) = 150+159+80=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #969F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969F50 is #6960AF. Grayscale: #939393. Windows color (decimal): -6906032 or 5283734. OLE color: 5283734.
HSL color Cylindrical-coordinate representation of color #969F50: hue angle of 66.84º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #969F50 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 159 | 80 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.38 |
| HSL | 66.84º | 0.33% | 0.47% | - |
| HSV(B) | 66.84º | 0.5% | 0.62% | - |
| XYZ | 26.42 | 31.86 | 12.35 | - |
| YUV | 147.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 80 | 0.06 | 0 | 0.50 | 0.38 | 66.84 | 0.33 | 0.47 |
| Hex | 96 | 9F | 50 | 6 | 0 | 32 | 26 | 43 | 21 | 2F |
| Octal | 226 | 237 | 120 | 6 | 0 | 62 | 46 | 103 | 41 | 57 |
| Binary | 10010110 | 10011111 | 1010000 | 110 | 0 | 110010 | 100110 | 1000011 | 100001 | 101111 |
Color Harmonies of #969F50
Complementary color
Monochromatic Colors of #969F50
Black with #969F50
Text Example
Text Example
White with #969F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969F50; }
p { color: rgb(150,159,80); }
H1.HeaderClassName
{
color: #969F50;
}
.AnyTagClassName
{
color: #969F50;
}
</style>
background-color css
<style>
a { background-color: #969F50; }
a { background-color: rgb(150,159,80); }
div.DivClassName
{
background-color: #969F50;
}
.BgClassName
{
background-color: #969F50;
}
</style>
border-color css
<style>
span { border-color: #969F50; }
span { border-color: rgb(150,159,80); }
td.TdClassName
{
border-color: #969F50;
}
.TagClassName
{
border-color: #969F50;
}
</style>