Shades of Green Smoke #96A662
Tints of Green Smoke #96A662
RGB
CMYK
RGB Variations
Color information
#96A662 (or 0x96A662) is known color: Green Smoke. HEX triplet: 96, A6 and 62. RGB value is (150,166,98). Sum of RGB (Red+Green+Blue) = 150+166+98=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #96A662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A662 is #69599D. Grayscale: #999999. Windows color (decimal): -6904222 or 6465174. OLE color: 6465174.
HSL color Cylindrical-coordinate representation of color #96A662: hue angle of 74.12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96A662 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 166 | 98 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.35 |
| HSL | 74.12º | 0.28% | 0.52% | - |
| HSV(B) | 74.12º | 0.41% | 0.65% | - |
| XYZ | 28.42 | 34.64 | 16.74 | - |
| YUV | 153.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 98 | 0.10 | 0 | 0.41 | 0.35 | 74.12 | 0.28 | 0.52 |
| Hex | 96 | A6 | 62 | A | 0 | 29 | 23 | 4A | 1C | 34 |
| Octal | 226 | 246 | 142 | 12 | 0 | 51 | 43 | 112 | 34 | 64 |
| Binary | 10010110 | 10100110 | 1100010 | 1010 | 0 | 101001 | 100011 | 1001010 | 11100 | 110100 |
Color Harmonies of #96A662
Complementary color
Monochromatic Colors of #96A662
Black with #96A662
Text Example
Text Example
White with #96A662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A662; }
p { color: rgb(150,166,98); }
H1.HeaderClassName
{
color: #96A662;
}
.AnyTagClassName
{
color: #96A662;
}
</style>
background-color css
<style>
a { background-color: #96A662; }
a { background-color: rgb(150,166,98); }
div.DivClassName
{
background-color: #96A662;
}
.BgClassName
{
background-color: #96A662;
}
</style>
border-color css
<style>
span { border-color: #96A662; }
span { border-color: rgb(150,166,98); }
td.TdClassName
{
border-color: #96A662;
}
.TagClassName
{
border-color: #96A662;
}
</style>