Shades of Green Smoke #96A85B
Tints of Green Smoke #96A85B
RGB
CMYK
RGB Variations
Color information
#96A85B (or 0x96A85B) is known color: Green Smoke. HEX triplet: 96, A8 and 5B. RGB value is (150,168,91). Sum of RGB (Red+Green+Blue) = 150+168+91=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #96A85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A85B is #6957A4. Grayscale: #9A9A9A. Windows color (decimal): -6903717 or 6006934. OLE color: 6006934.
HSL color Cylindrical-coordinate representation of color #96A85B: hue angle of 74.03º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96A85B is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 91 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.34 |
| HSL | 74.03º | 0.31% | 0.51% | - |
| HSV(B) | 74.03º | 0.46% | 0.66% | - |
| XYZ | 28.47 | 35.24 | 15.2 | - |
| YUV | 153.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 91 | 0.11 | 0 | 0.46 | 0.34 | 74.03 | 0.31 | 0.51 |
| Hex | 96 | A8 | 5B | B | 0 | 2E | 22 | 4A | 1F | 33 |
| Octal | 226 | 250 | 133 | 13 | 0 | 56 | 42 | 112 | 37 | 63 |
| Binary | 10010110 | 10101000 | 1011011 | 1011 | 0 | 101110 | 100010 | 1001010 | 11111 | 110011 |
Color Harmonies of #96A85B
Complementary color
Monochromatic Colors of #96A85B
Black with #96A85B
Text Example
Text Example
White with #96A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A85B; }
p { color: rgb(150,168,91); }
H1.HeaderClassName
{
color: #96A85B;
}
.AnyTagClassName
{
color: #96A85B;
}
</style>
background-color css
<style>
a { background-color: #96A85B; }
a { background-color: rgb(150,168,91); }
div.DivClassName
{
background-color: #96A85B;
}
.BgClassName
{
background-color: #96A85B;
}
</style>
border-color css
<style>
span { border-color: #96A85B; }
span { border-color: rgb(150,168,91); }
td.TdClassName
{
border-color: #96A85B;
}
.TagClassName
{
border-color: #96A85B;
}
</style>