Shades of Green Smoke #96A167
Tints of Green Smoke #96A167
RGB
CMYK
RGB Variations
Color information
#96A167 (or 0x96A167) is known color: Green Smoke. HEX triplet: 96, A1 and 67. RGB value is (150,161,103). Sum of RGB (Red+Green+Blue) = 150+161+103=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 161 - color contains mainly: green. Hex color #96A167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A167 is #695E98. Grayscale: #979797. Windows color (decimal): -6905497 or 6791574. OLE color: 6791574.
HSL color Cylindrical-coordinate representation of color #96A167: hue angle of 71.38º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96A167 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 161 | 103 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.37 |
| HSL | 71.38º | 0.24% | 0.52% | - |
| HSV(B) | 71.38º | 0.36% | 0.63% | - |
| XYZ | 27.77 | 32.95 | 17.73 | - |
| YUV | 151.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 103 | 0.07 | 0 | 0.36 | 0.37 | 71.38 | 0.24 | 0.52 |
| Hex | 96 | A1 | 67 | 7 | 0 | 24 | 25 | 47 | 18 | 34 |
| Octal | 226 | 241 | 147 | 7 | 0 | 44 | 45 | 107 | 30 | 64 |
| Binary | 10010110 | 10100001 | 1100111 | 111 | 0 | 100100 | 100101 | 1000111 | 11000 | 110100 |
Color Harmonies of #96A167
Complementary color
Monochromatic Colors of #96A167
Black with #96A167
Text Example
Text Example
White with #96A167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A167; }
p { color: rgb(150,161,103); }
H1.HeaderClassName
{
color: #96A167;
}
.AnyTagClassName
{
color: #96A167;
}
</style>
background-color css
<style>
a { background-color: #96A167; }
a { background-color: rgb(150,161,103); }
div.DivClassName
{
background-color: #96A167;
}
.BgClassName
{
background-color: #96A167;
}
</style>
border-color css
<style>
span { border-color: #96A167; }
span { border-color: rgb(150,161,103); }
td.TdClassName
{
border-color: #96A167;
}
.TagClassName
{
border-color: #96A167;
}
</style>