Shades of Green Smoke #96A961
Tints of Green Smoke #96A961
RGB
CMYK
RGB Variations
Color information
#96A961 (or 0x96A961) is known color: Green Smoke. HEX triplet: 96, A9 and 61. RGB value is (150,169,97). Sum of RGB (Red+Green+Blue) = 150+169+97=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #96A961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A961 is #69569E. Grayscale: #9B9B9B. Windows color (decimal): -6903455 or 6400406. OLE color: 6400406.
HSL color Cylindrical-coordinate representation of color #96A961: hue angle of 75.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96A961 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 169 | 97 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.34 |
| HSL | 75.83º | 0.3% | 0.52% | - |
| HSV(B) | 75.83º | 0.43% | 0.66% | - |
| XYZ | 28.92 | 35.72 | 16.68 | - |
| YUV | 155.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 169 | 97 | 0.11 | 0 | 0.43 | 0.34 | 75.83 | 0.3 | 0.52 |
| Hex | 96 | A9 | 61 | B | 0 | 2B | 22 | 4C | 1E | 34 |
| Octal | 226 | 251 | 141 | 13 | 0 | 53 | 42 | 114 | 36 | 64 |
| Binary | 10010110 | 10101001 | 1100001 | 1011 | 0 | 101011 | 100010 | 1001100 | 11110 | 110100 |
Color Harmonies of #96A961
Complementary color
Monochromatic Colors of #96A961
Black with #96A961
Text Example
Text Example
White with #96A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A961; }
p { color: rgb(150,169,97); }
H1.HeaderClassName
{
color: #96A961;
}
.AnyTagClassName
{
color: #96A961;
}
</style>
background-color css
<style>
a { background-color: #96A961; }
a { background-color: rgb(150,169,97); }
div.DivClassName
{
background-color: #96A961;
}
.BgClassName
{
background-color: #96A961;
}
</style>
border-color css
<style>
span { border-color: #96A961; }
span { border-color: rgb(150,169,97); }
td.TdClassName
{
border-color: #96A961;
}
.TagClassName
{
border-color: #96A961;
}
</style>