Shades of Green Smoke #96A764
Tints of Green Smoke #96A764
RGB
CMYK
RGB Variations
Color information
#96A764 (or 0x96A764) is known color: Green Smoke. HEX triplet: 96, A7 and 64. RGB value is (150,167,100). Sum of RGB (Red+Green+Blue) = 150+167+100=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #96A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A764 is #69589B. Grayscale: #9A9A9A. Windows color (decimal): -6903964 or 6596502. OLE color: 6596502.
HSL color Cylindrical-coordinate representation of color #96A764: hue angle of 75.22º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A764 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 100 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.35 |
| HSL | 75.22º | 0.28% | 0.52% | - |
| HSV(B) | 75.22º | 0.4% | 0.65% | - |
| XYZ | 28.7 | 35.04 | 17.31 | - |
| YUV | 154.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 100 | 0.10 | 0 | 0.40 | 0.35 | 75.22 | 0.28 | 0.52 |
| Hex | 96 | A7 | 64 | A | 0 | 28 | 23 | 4B | 1C | 34 |
| Octal | 226 | 247 | 144 | 12 | 0 | 50 | 43 | 113 | 34 | 64 |
| Binary | 10010110 | 10100111 | 1100100 | 1010 | 0 | 101000 | 100011 | 1001011 | 11100 | 110100 |
Color Harmonies of #96A764
Complementary color
Monochromatic Colors of #96A764
Black with #96A764
Text Example
Text Example
White with #96A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A764; }
p { color: rgb(150,167,100); }
H1.HeaderClassName
{
color: #96A764;
}
.AnyTagClassName
{
color: #96A764;
}
</style>
background-color css
<style>
a { background-color: #96A764; }
a { background-color: rgb(150,167,100); }
div.DivClassName
{
background-color: #96A764;
}
.BgClassName
{
background-color: #96A764;
}
</style>
border-color css
<style>
span { border-color: #96A764; }
span { border-color: rgb(150,167,100); }
td.TdClassName
{
border-color: #96A764;
}
.TagClassName
{
border-color: #96A764;
}
</style>