Shades of Green Smoke #969953
Tints of Green Smoke #969953
RGB
CMYK
RGB Variations
Color information
#969953 (or 0x969953) is known color: Green Smoke. HEX triplet: 96, 99 and 53. RGB value is (150,153,83). Sum of RGB (Red+Green+Blue) = 150+153+83=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #969953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969953 is #6966AC. Grayscale: #909090. Windows color (decimal): -6907565 or 5478806. OLE color: 5478806.
HSL color Cylindrical-coordinate representation of color #969953: hue angle of 62.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #969953 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 83 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.4 |
| HSL | 62.57º | 0.3% | 0.46% | - |
| HSV(B) | 62.57º | 0.46% | 0.6% | - |
| XYZ | 25.53 | 29.89 | 12.61 | - |
| YUV | 144.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 83 | 0.02 | 0 | 0.46 | 0.4 | 62.57 | 0.3 | 0.46 |
| Hex | 96 | 99 | 53 | 2 | 0 | 2E | 28 | 3F | 1E | 2E |
| Octal | 226 | 231 | 123 | 2 | 0 | 56 | 50 | 77 | 36 | 56 |
| Binary | 10010110 | 10011001 | 1010011 | 10 | 0 | 101110 | 101000 | 111111 | 11110 | 101110 |
Color Harmonies of #969953
Complementary color
Monochromatic Colors of #969953
Black with #969953
Text Example
Text Example
White with #969953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969953; }
p { color: rgb(150,153,83); }
H1.HeaderClassName
{
color: #969953;
}
.AnyTagClassName
{
color: #969953;
}
</style>
background-color css
<style>
a { background-color: #969953; }
a { background-color: rgb(150,153,83); }
div.DivClassName
{
background-color: #969953;
}
.BgClassName
{
background-color: #969953;
}
</style>
border-color css
<style>
span { border-color: #969953; }
span { border-color: rgb(150,153,83); }
td.TdClassName
{
border-color: #969953;
}
.TagClassName
{
border-color: #969953;
}
</style>