Shades of Green Smoke #96A06D
Tints of Green Smoke #96A06D
RGB
CMYK
RGB Variations
Color information
#96A06D (or 0x96A06D) is known color: Green Smoke. HEX triplet: 96, A0 and 6D. RGB value is (150,160,109). Sum of RGB (Red+Green+Blue) = 150+160+109=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #96A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A06D is #695F92. Grayscale: #979797. Windows color (decimal): -6905747 or 7184534. OLE color: 7184534.
HSL color Cylindrical-coordinate representation of color #96A06D: hue angle of 71.76º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A06D is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 109 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.37 |
| HSL | 71.76º | 0.21% | 0.53% | - |
| HSV(B) | 71.76º | 0.32% | 0.63% | - |
| XYZ | 27.91 | 32.73 | 19.31 | - |
| YUV | 151.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 109 | 0.06 | 0 | 0.32 | 0.37 | 71.76 | 0.21 | 0.53 |
| Hex | 96 | A0 | 6D | 6 | 0 | 20 | 25 | 48 | 15 | 35 |
| Octal | 226 | 240 | 155 | 6 | 0 | 40 | 45 | 110 | 25 | 65 |
| Binary | 10010110 | 10100000 | 1101101 | 110 | 0 | 100000 | 100101 | 1001000 | 10101 | 110101 |
Color Harmonies of #96A06D
Complementary color
Monochromatic Colors of #96A06D
Black with #96A06D
Text Example
Text Example
White with #96A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A06D; }
p { color: rgb(150,160,109); }
H1.HeaderClassName
{
color: #96A06D;
}
.AnyTagClassName
{
color: #96A06D;
}
</style>
background-color css
<style>
a { background-color: #96A06D; }
a { background-color: rgb(150,160,109); }
div.DivClassName
{
background-color: #96A06D;
}
.BgClassName
{
background-color: #96A06D;
}
</style>
border-color css
<style>
span { border-color: #96A06D; }
span { border-color: rgb(150,160,109); }
td.TdClassName
{
border-color: #96A06D;
}
.TagClassName
{
border-color: #96A06D;
}
</style>