Shades of Green Smoke #96A76C
Tints of Green Smoke #96A76C
RGB
CMYK
RGB Variations
Color information
#96A76C (or 0x96A76C) is known color: Green Smoke. HEX triplet: 96, A7 and 6C. RGB value is (150,167,108). Sum of RGB (Red+Green+Blue) = 150+167+108=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #96A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A76C is #695893. Grayscale: #9B9B9B. Windows color (decimal): -6903956 or 7120790. OLE color: 7120790.
HSL color Cylindrical-coordinate representation of color #96A76C: hue angle of 77.29º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96A76C is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 108 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.35 |
| HSL | 77.29º | 0.25% | 0.54% | - |
| HSV(B) | 77.29º | 0.35% | 0.65% | - |
| XYZ | 29.1 | 35.2 | 19.45 | - |
| YUV | 155.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 108 | 0.10 | 0 | 0.35 | 0.35 | 77.29 | 0.25 | 0.54 |
| Hex | 96 | A7 | 6C | A | 0 | 23 | 23 | 4D | 19 | 36 |
| Octal | 226 | 247 | 154 | 12 | 0 | 43 | 43 | 115 | 31 | 66 |
| Binary | 10010110 | 10100111 | 1101100 | 1010 | 0 | 100011 | 100011 | 1001101 | 11001 | 110110 |
Color Harmonies of #96A76C
Complementary color
Monochromatic Colors of #96A76C
Black with #96A76C
Text Example
Text Example
White with #96A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A76C; }
p { color: rgb(150,167,108); }
H1.HeaderClassName
{
color: #96A76C;
}
.AnyTagClassName
{
color: #96A76C;
}
</style>
background-color css
<style>
a { background-color: #96A76C; }
a { background-color: rgb(150,167,108); }
div.DivClassName
{
background-color: #96A76C;
}
.BgClassName
{
background-color: #96A76C;
}
</style>
border-color css
<style>
span { border-color: #96A76C; }
span { border-color: rgb(150,167,108); }
td.TdClassName
{
border-color: #96A76C;
}
.TagClassName
{
border-color: #96A76C;
}
</style>