Shades of Green Smoke #96A25A
Tints of Green Smoke #96A25A
RGB
CMYK
RGB Variations
Color information
#96A25A (or 0x96A25A) is known color: Green Smoke. HEX triplet: 96, A2 and 5A. RGB value is (150,162,90). Sum of RGB (Red+Green+Blue) = 150+162+90=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #96A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A25A is #695DA5. Grayscale: #969696. Windows color (decimal): -6905254 or 5939862. OLE color: 5939862.
HSL color Cylindrical-coordinate representation of color #96A25A: hue angle of 70º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96A25A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 90 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.36 |
| HSL | 70º | 0.29% | 0.49% | - |
| HSV(B) | 70º | 0.44% | 0.64% | - |
| XYZ | 27.34 | 33.06 | 14.61 | - |
| YUV | 150.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 90 | 0.07 | 0 | 0.44 | 0.36 | 70 | 0.29 | 0.49 |
| Hex | 96 | A2 | 5A | 7 | 0 | 2C | 24 | 46 | 1D | 31 |
| Octal | 226 | 242 | 132 | 7 | 0 | 54 | 44 | 106 | 35 | 61 |
| Binary | 10010110 | 10100010 | 1011010 | 111 | 0 | 101100 | 100100 | 1000110 | 11101 | 110001 |
Color Harmonies of #96A25A
Complementary color
Monochromatic Colors of #96A25A
Black with #96A25A
Text Example
Text Example
White with #96A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A25A; }
p { color: rgb(150,162,90); }
H1.HeaderClassName
{
color: #96A25A;
}
.AnyTagClassName
{
color: #96A25A;
}
</style>
background-color css
<style>
a { background-color: #96A25A; }
a { background-color: rgb(150,162,90); }
div.DivClassName
{
background-color: #96A25A;
}
.BgClassName
{
background-color: #96A25A;
}
</style>
border-color css
<style>
span { border-color: #96A25A; }
span { border-color: rgb(150,162,90); }
td.TdClassName
{
border-color: #96A25A;
}
.TagClassName
{
border-color: #96A25A;
}
</style>