Shades of Green Smoke #96A56C
Tints of Green Smoke #96A56C
RGB
CMYK
RGB Variations
Color information
#96A56C (or 0x96A56C) is known color: Green Smoke. HEX triplet: 96, A5 and 6C. RGB value is (150,165,108). Sum of RGB (Red+Green+Blue) = 150+165+108=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #96A56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A56C is #695A93. Grayscale: #9A9A9A. Windows color (decimal): -6904468 or 7120278. OLE color: 7120278.
HSL color Cylindrical-coordinate representation of color #96A56C: hue angle of 75.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96A56C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 108 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.35 |
| HSL | 75.79º | 0.24% | 0.54% | - |
| HSV(B) | 75.79º | 0.35% | 0.65% | - |
| XYZ | 28.74 | 34.48 | 19.33 | - |
| YUV | 154.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 108 | 0.09 | 0 | 0.35 | 0.35 | 75.79 | 0.24 | 0.54 |
| Hex | 96 | A5 | 6C | 9 | 0 | 23 | 23 | 4C | 18 | 36 |
| Octal | 226 | 245 | 154 | 11 | 0 | 43 | 43 | 114 | 30 | 66 |
| Binary | 10010110 | 10100101 | 1101100 | 1001 | 0 | 100011 | 100011 | 1001100 | 11000 | 110110 |
Color Harmonies of #96A56C
Complementary color
Monochromatic Colors of #96A56C
Black with #96A56C
Text Example
Text Example
White with #96A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A56C; }
p { color: rgb(150,165,108); }
H1.HeaderClassName
{
color: #96A56C;
}
.AnyTagClassName
{
color: #96A56C;
}
</style>
background-color css
<style>
a { background-color: #96A56C; }
a { background-color: rgb(150,165,108); }
div.DivClassName
{
background-color: #96A56C;
}
.BgClassName
{
background-color: #96A56C;
}
</style>
border-color css
<style>
span { border-color: #96A56C; }
span { border-color: rgb(150,165,108); }
td.TdClassName
{
border-color: #96A56C;
}
.TagClassName
{
border-color: #96A56C;
}
</style>