Shades of Green Smoke #96AE61
Tints of Green Smoke #96AE61
RGB
CMYK
RGB Variations
Color information
#96AE61 (or 0x96AE61) is known color: Green Smoke. HEX triplet: 96, AE and 61. RGB value is (150,174,97). Sum of RGB (Red+Green+Blue) = 150+174+97=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE61 is #69519E. Grayscale: #9E9E9E. Windows color (decimal): -6902175 or 6401686. OLE color: 6401686.
HSL color Cylindrical-coordinate representation of color #96AE61: hue angle of 78.7º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96AE61 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 97 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.32 |
| HSL | 78.7º | 0.32% | 0.53% | - |
| HSV(B) | 78.7º | 0.44% | 0.68% | - |
| XYZ | 29.87 | 37.62 | 17 | - |
| YUV | 158.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 97 | 0.14 | 0 | 0.44 | 0.32 | 78.7 | 0.32 | 0.53 |
| Hex | 96 | AE | 61 | E | 0 | 2C | 20 | 4F | 20 | 35 |
| Octal | 226 | 256 | 141 | 16 | 0 | 54 | 40 | 117 | 40 | 65 |
| Binary | 10010110 | 10101110 | 1100001 | 1110 | 0 | 101100 | 100000 | 1001111 | 100000 | 110101 |
Color Harmonies of #96AE61
Complementary color
Monochromatic Colors of #96AE61
Black with #96AE61
Text Example
Text Example
White with #96AE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AE61; }
p { color: rgb(150,174,97); }
H1.HeaderClassName
{
color: #96AE61;
}
.AnyTagClassName
{
color: #96AE61;
}
</style>
background-color css
<style>
a { background-color: #96AE61; }
a { background-color: rgb(150,174,97); }
div.DivClassName
{
background-color: #96AE61;
}
.BgClassName
{
background-color: #96AE61;
}
</style>
border-color css
<style>
span { border-color: #96AE61; }
span { border-color: rgb(150,174,97); }
td.TdClassName
{
border-color: #96AE61;
}
.TagClassName
{
border-color: #96AE61;
}
</style>