Shades of Green Smoke #96AD60
Tints of Green Smoke #96AD60
RGB
CMYK
RGB Variations
Color information
#96AD60 (or 0x96AD60) is known color: Green Smoke. HEX triplet: 96, AD and 60. RGB value is (150,173,96). Sum of RGB (Red+Green+Blue) = 150+173+96=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD60 is #69529F. Grayscale: #9D9D9D. Windows color (decimal): -6902432 or 6335894. OLE color: 6335894.
HSL color Cylindrical-coordinate representation of color #96AD60: hue angle of 77.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96AD60 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 96 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.32 |
| HSL | 77.92º | 0.32% | 0.53% | - |
| HSV(B) | 77.92º | 0.45% | 0.68% | - |
| XYZ | 29.63 | 37.22 | 16.69 | - |
| YUV | 157.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 96 | 0.13 | 0 | 0.45 | 0.32 | 77.92 | 0.32 | 0.53 |
| Hex | 96 | AD | 60 | D | 0 | 2D | 20 | 4E | 20 | 35 |
| Octal | 226 | 255 | 140 | 15 | 0 | 55 | 40 | 116 | 40 | 65 |
| Binary | 10010110 | 10101101 | 1100000 | 1101 | 0 | 101101 | 100000 | 1001110 | 100000 | 110101 |
Color Harmonies of #96AD60
Complementary color
Monochromatic Colors of #96AD60
Black with #96AD60
Text Example
Text Example
White with #96AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD60; }
p { color: rgb(150,173,96); }
H1.HeaderClassName
{
color: #96AD60;
}
.AnyTagClassName
{
color: #96AD60;
}
</style>
background-color css
<style>
a { background-color: #96AD60; }
a { background-color: rgb(150,173,96); }
div.DivClassName
{
background-color: #96AD60;
}
.BgClassName
{
background-color: #96AD60;
}
</style>
border-color css
<style>
span { border-color: #96AD60; }
span { border-color: rgb(150,173,96); }
td.TdClassName
{
border-color: #96AD60;
}
.TagClassName
{
border-color: #96AD60;
}
</style>