Shades of Green Smoke #96A86D
Tints of Green Smoke #96A86D
RGB
CMYK
RGB Variations
Color information
#96A86D (or 0x96A86D) is known color: Green Smoke. HEX triplet: 96, A8 and 6D. RGB value is (150,168,109). Sum of RGB (Red+Green+Blue) = 150+168+109=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #96A86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A86D is #695792. Grayscale: #9C9C9C. Windows color (decimal): -6903699 or 7186582. OLE color: 7186582.
HSL color Cylindrical-coordinate representation of color #96A86D: hue angle of 78.31º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96A86D is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 109 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.34 |
| HSL | 78.31º | 0.25% | 0.54% | - |
| HSV(B) | 78.31º | 0.35% | 0.66% | - |
| XYZ | 29.34 | 35.59 | 19.79 | - |
| YUV | 155.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 109 | 0.11 | 0 | 0.35 | 0.34 | 78.31 | 0.25 | 0.54 |
| Hex | 96 | A8 | 6D | B | 0 | 23 | 22 | 4E | 19 | 36 |
| Octal | 226 | 250 | 155 | 13 | 0 | 43 | 42 | 116 | 31 | 66 |
| Binary | 10010110 | 10101000 | 1101101 | 1011 | 0 | 100011 | 100010 | 1001110 | 11001 | 110110 |
Color Harmonies of #96A86D
Complementary color
Monochromatic Colors of #96A86D
Black with #96A86D
Text Example
Text Example
White with #96A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A86D; }
p { color: rgb(150,168,109); }
H1.HeaderClassName
{
color: #96A86D;
}
.AnyTagClassName
{
color: #96A86D;
}
</style>
background-color css
<style>
a { background-color: #96A86D; }
a { background-color: rgb(150,168,109); }
div.DivClassName
{
background-color: #96A86D;
}
.BgClassName
{
background-color: #96A86D;
}
</style>
border-color css
<style>
span { border-color: #96A86D; }
span { border-color: rgb(150,168,109); }
td.TdClassName
{
border-color: #96A86D;
}
.TagClassName
{
border-color: #96A86D;
}
</style>