Shades of Green Smoke #96A067
Tints of Green Smoke #96A067
RGB
CMYK
RGB Variations
Color information
#96A067 (or 0x96A067) is known color: Green Smoke. HEX triplet: 96, A0 and 67. RGB value is (150,160,103). Sum of RGB (Red+Green+Blue) = 150+160+103=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #96A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A067 is #695F98. Grayscale: #969696. Windows color (decimal): -6905753 or 6791318. OLE color: 6791318.
HSL color Cylindrical-coordinate representation of color #96A067: hue angle of 70.53º degrees, saturation: 0.23, 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 #96A067 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 103 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.37 |
| HSL | 70.53º | 0.23% | 0.52% | - |
| HSV(B) | 70.53º | 0.36% | 0.63% | - |
| XYZ | 27.6 | 32.6 | 17.67 | - |
| YUV | 150.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 103 | 0.06 | 0 | 0.36 | 0.37 | 70.53 | 0.23 | 0.52 |
| Hex | 96 | A0 | 67 | 6 | 0 | 24 | 25 | 47 | 17 | 34 |
| Octal | 226 | 240 | 147 | 6 | 0 | 44 | 45 | 107 | 27 | 64 |
| Binary | 10010110 | 10100000 | 1100111 | 110 | 0 | 100100 | 100101 | 1000111 | 10111 | 110100 |
Color Harmonies of #96A067
Complementary color
Monochromatic Colors of #96A067
Black with #96A067
Text Example
Text Example
White with #96A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A067; }
p { color: rgb(150,160,103); }
H1.HeaderClassName
{
color: #96A067;
}
.AnyTagClassName
{
color: #96A067;
}
</style>
background-color css
<style>
a { background-color: #96A067; }
a { background-color: rgb(150,160,103); }
div.DivClassName
{
background-color: #96A067;
}
.BgClassName
{
background-color: #96A067;
}
</style>
border-color css
<style>
span { border-color: #96A067; }
span { border-color: rgb(150,160,103); }
td.TdClassName
{
border-color: #96A067;
}
.TagClassName
{
border-color: #96A067;
}
</style>