Shades of Green Smoke #96A26D
Tints of Green Smoke #96A26D
RGB
CMYK
RGB Variations
Color information
#96A26D (or 0x96A26D) is known color: Green Smoke. HEX triplet: 96, A2 and 6D. RGB value is (150,162,109). Sum of RGB (Red+Green+Blue) = 150+162+109=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #96A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A26D is #695D92. Grayscale: #989898. Windows color (decimal): -6905235 or 7185046. OLE color: 7185046.
HSL color Cylindrical-coordinate representation of color #96A26D: hue angle of 73.58º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A26D is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 109 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.36 |
| HSL | 73.58º | 0.22% | 0.53% | - |
| HSV(B) | 73.58º | 0.33% | 0.64% | - |
| XYZ | 28.26 | 33.43 | 19.43 | - |
| YUV | 152.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 109 | 0.07 | 0 | 0.33 | 0.36 | 73.58 | 0.22 | 0.53 |
| Hex | 96 | A2 | 6D | 7 | 0 | 21 | 24 | 4A | 16 | 35 |
| Octal | 226 | 242 | 155 | 7 | 0 | 41 | 44 | 112 | 26 | 65 |
| Binary | 10010110 | 10100010 | 1101101 | 111 | 0 | 100001 | 100100 | 1001010 | 10110 | 110101 |
Color Harmonies of #96A26D
Complementary color
Monochromatic Colors of #96A26D
Black with #96A26D
Text Example
Text Example
White with #96A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A26D; }
p { color: rgb(150,162,109); }
H1.HeaderClassName
{
color: #96A26D;
}
.AnyTagClassName
{
color: #96A26D;
}
</style>
background-color css
<style>
a { background-color: #96A26D; }
a { background-color: rgb(150,162,109); }
div.DivClassName
{
background-color: #96A26D;
}
.BgClassName
{
background-color: #96A26D;
}
</style>
border-color css
<style>
span { border-color: #96A26D; }
span { border-color: rgb(150,162,109); }
td.TdClassName
{
border-color: #96A26D;
}
.TagClassName
{
border-color: #96A26D;
}
</style>