Shades of Green Smoke #96AD65
Tints of Green Smoke #96AD65
RGB
CMYK
RGB Variations
Color information
#96AD65 (or 0x96AD65) is known color: Green Smoke. HEX triplet: 96, AD and 65. RGB value is (150,173,101). Sum of RGB (Red+Green+Blue) = 150+173+101=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD65 is #69529A. Grayscale: #9E9E9E. Windows color (decimal): -6902427 or 6663574. OLE color: 6663574.
HSL color Cylindrical-coordinate representation of color #96AD65: hue angle of 79.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96AD65 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 101 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.32 |
| HSL | 79.17º | 0.31% | 0.54% | - |
| HSV(B) | 79.17º | 0.42% | 0.68% | - |
| XYZ | 29.87 | 37.31 | 17.94 | - |
| YUV | 157.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 101 | 0.13 | 0 | 0.42 | 0.32 | 79.17 | 0.31 | 0.54 |
| Hex | 96 | AD | 65 | D | 0 | 2A | 20 | 4F | 1F | 36 |
| Octal | 226 | 255 | 145 | 15 | 0 | 52 | 40 | 117 | 37 | 66 |
| Binary | 10010110 | 10101101 | 1100101 | 1101 | 0 | 101010 | 100000 | 1001111 | 11111 | 110110 |
Color Harmonies of #96AD65
Complementary color
Monochromatic Colors of #96AD65
Black with #96AD65
Text Example
Text Example
White with #96AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD65; }
p { color: rgb(150,173,101); }
H1.HeaderClassName
{
color: #96AD65;
}
.AnyTagClassName
{
color: #96AD65;
}
</style>
background-color css
<style>
a { background-color: #96AD65; }
a { background-color: rgb(150,173,101); }
div.DivClassName
{
background-color: #96AD65;
}
.BgClassName
{
background-color: #96AD65;
}
</style>
border-color css
<style>
span { border-color: #96AD65; }
span { border-color: rgb(150,173,101); }
td.TdClassName
{
border-color: #96AD65;
}
.TagClassName
{
border-color: #96AD65;
}
</style>