Shades of Green Smoke #96A768
Tints of Green Smoke #96A768
RGB
CMYK
RGB Variations
Color information
#96A768 (or 0x96A768) is known color: Green Smoke. HEX triplet: 96, A7 and 68. RGB value is (150,167,104). Sum of RGB (Red+Green+Blue) = 150+167+104=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 167 - color contains mainly: green. Hex color #96A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A768 is #695897. Grayscale: #9A9A9A. Windows color (decimal): -6903960 or 6858646. OLE color: 6858646.
HSL color Cylindrical-coordinate representation of color #96A768: hue angle of 76.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A768 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 104 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.35 |
| HSL | 76.19º | 0.26% | 0.53% | - |
| HSV(B) | 76.19º | 0.38% | 0.65% | - |
| XYZ | 28.9 | 35.12 | 18.35 | - |
| YUV | 154.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 104 | 0.10 | 0 | 0.38 | 0.35 | 76.19 | 0.26 | 0.53 |
| Hex | 96 | A7 | 68 | A | 0 | 26 | 23 | 4C | 1A | 35 |
| Octal | 226 | 247 | 150 | 12 | 0 | 46 | 43 | 114 | 32 | 65 |
| Binary | 10010110 | 10100111 | 1101000 | 1010 | 0 | 100110 | 100011 | 1001100 | 11010 | 110101 |
Color Harmonies of #96A768
Complementary color
Monochromatic Colors of #96A768
Black with #96A768
Text Example
Text Example
White with #96A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A768; }
p { color: rgb(150,167,104); }
H1.HeaderClassName
{
color: #96A768;
}
.AnyTagClassName
{
color: #96A768;
}
</style>
background-color css
<style>
a { background-color: #96A768; }
a { background-color: rgb(150,167,104); }
div.DivClassName
{
background-color: #96A768;
}
.BgClassName
{
background-color: #96A768;
}
</style>
border-color css
<style>
span { border-color: #96A768; }
span { border-color: rgb(150,167,104); }
td.TdClassName
{
border-color: #96A768;
}
.TagClassName
{
border-color: #96A768;
}
</style>