Shades of Green Smoke #96A56D
Tints of Green Smoke #96A56D
RGB
CMYK
RGB Variations
Color information
#96A56D (or 0x96A56D) is known color: Green Smoke. HEX triplet: 96, A5 and 6D. RGB value is (150,165,109). Sum of RGB (Red+Green+Blue) = 150+165+109=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #96A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A56D is #695A92. Grayscale: #9A9A9A. Windows color (decimal): -6904467 or 7185814. OLE color: 7185814.
HSL color Cylindrical-coordinate representation of color #96A56D: hue angle of 76.07º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96A56D is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 109 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.35 |
| HSL | 76.07º | 0.24% | 0.54% | - |
| HSV(B) | 76.07º | 0.34% | 0.65% | - |
| XYZ | 28.79 | 34.5 | 19.61 | - |
| YUV | 154.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 109 | 0.09 | 0 | 0.34 | 0.35 | 76.07 | 0.24 | 0.54 |
| Hex | 96 | A5 | 6D | 9 | 0 | 22 | 23 | 4C | 18 | 36 |
| Octal | 226 | 245 | 155 | 11 | 0 | 42 | 43 | 114 | 30 | 66 |
| Binary | 10010110 | 10100101 | 1101101 | 1001 | 0 | 100010 | 100011 | 1001100 | 11000 | 110110 |
Color Harmonies of #96A56D
Complementary color
Monochromatic Colors of #96A56D
Black with #96A56D
Text Example
Text Example
White with #96A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A56D; }
p { color: rgb(150,165,109); }
H1.HeaderClassName
{
color: #96A56D;
}
.AnyTagClassName
{
color: #96A56D;
}
</style>
background-color css
<style>
a { background-color: #96A56D; }
a { background-color: rgb(150,165,109); }
div.DivClassName
{
background-color: #96A56D;
}
.BgClassName
{
background-color: #96A56D;
}
</style>
border-color css
<style>
span { border-color: #96A56D; }
span { border-color: rgb(150,165,109); }
td.TdClassName
{
border-color: #96A56D;
}
.TagClassName
{
border-color: #96A56D;
}
</style>