Shades of Green Smoke #96AB5A
Tints of Green Smoke #96AB5A
RGB
CMYK
RGB Variations
Color information
#96AB5A (or 0x96AB5A) is known color: Green Smoke. HEX triplet: 96, AB and 5A. RGB value is (150,171,90). Sum of RGB (Red+Green+Blue) = 150+171+90=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB5A is #6954A5. Grayscale: #9B9B9B. Windows color (decimal): -6902950 or 5942166. OLE color: 5942166.
HSL color Cylindrical-coordinate representation of color #96AB5A: hue angle of 75.56º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96AB5A is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 90 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.33 |
| HSL | 75.56º | 0.33% | 0.51% | - |
| HSV(B) | 75.56º | 0.47% | 0.67% | - |
| XYZ | 28.99 | 36.35 | 15.16 | - |
| YUV | 155.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 90 | 0.12 | 0 | 0.47 | 0.33 | 75.56 | 0.33 | 0.51 |
| Hex | 96 | AB | 5A | C | 0 | 2F | 21 | 4C | 21 | 33 |
| Octal | 226 | 253 | 132 | 14 | 0 | 57 | 41 | 114 | 41 | 63 |
| Binary | 10010110 | 10101011 | 1011010 | 1100 | 0 | 101111 | 100001 | 1001100 | 100001 | 110011 |
Color Harmonies of #96AB5A
Complementary color
Monochromatic Colors of #96AB5A
Black with #96AB5A
Text Example
Text Example
White with #96AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB5A; }
p { color: rgb(150,171,90); }
H1.HeaderClassName
{
color: #96AB5A;
}
.AnyTagClassName
{
color: #96AB5A;
}
</style>
background-color css
<style>
a { background-color: #96AB5A; }
a { background-color: rgb(150,171,90); }
div.DivClassName
{
background-color: #96AB5A;
}
.BgClassName
{
background-color: #96AB5A;
}
</style>
border-color css
<style>
span { border-color: #96AB5A; }
span { border-color: rgb(150,171,90); }
td.TdClassName
{
border-color: #96AB5A;
}
.TagClassName
{
border-color: #96AB5A;
}
</style>