Shades of Green Smoke #96AA5F
Tints of Green Smoke #96AA5F
RGB
CMYK
RGB Variations
Color information
#96AA5F (or 0x96AA5F) is known color: Green Smoke. HEX triplet: 96, AA and 5F. RGB value is (150,170,95). Sum of RGB (Red+Green+Blue) = 150+170+95=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA5F is #6955A0. Grayscale: #9B9B9B. Windows color (decimal): -6903201 or 6269590. OLE color: 6269590.
HSL color Cylindrical-coordinate representation of color #96AA5F: hue angle of 76º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96AA5F is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 95 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.33 |
| HSL | 76º | 0.31% | 0.52% | - |
| HSV(B) | 76º | 0.44% | 0.67% | - |
| XYZ | 29.02 | 36.06 | 16.26 | - |
| YUV | 155.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 95 | 0.12 | 0 | 0.44 | 0.33 | 76 | 0.31 | 0.52 |
| Hex | 96 | AA | 5F | C | 0 | 2C | 21 | 4C | 1F | 34 |
| Octal | 226 | 252 | 137 | 14 | 0 | 54 | 41 | 114 | 37 | 64 |
| Binary | 10010110 | 10101010 | 1011111 | 1100 | 0 | 101100 | 100001 | 1001100 | 11111 | 110100 |
Color Harmonies of #96AA5F
Complementary color
Monochromatic Colors of #96AA5F
Black with #96AA5F
Text Example
Text Example
White with #96AA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA5F; }
p { color: rgb(150,170,95); }
H1.HeaderClassName
{
color: #96AA5F;
}
.AnyTagClassName
{
color: #96AA5F;
}
</style>
background-color css
<style>
a { background-color: #96AA5F; }
a { background-color: rgb(150,170,95); }
div.DivClassName
{
background-color: #96AA5F;
}
.BgClassName
{
background-color: #96AA5F;
}
</style>
border-color css
<style>
span { border-color: #96AA5F; }
span { border-color: rgb(150,170,95); }
td.TdClassName
{
border-color: #96AA5F;
}
.TagClassName
{
border-color: #96AA5F;
}
</style>