Shades of Green Smoke #96AB68
Tints of Green Smoke #96AB68
RGB
CMYK
RGB Variations
Color information
#96AB68 (or 0x96AB68) is known color: Green Smoke. HEX triplet: 96, AB and 68. RGB value is (150,171,104). Sum of RGB (Red+Green+Blue) = 150+171+104=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB68 is #695497. Grayscale: #9D9D9D. Windows color (decimal): -6902936 or 6859670. OLE color: 6859670.
HSL color Cylindrical-coordinate representation of color #96AB68: hue angle of 78.81º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96AB68 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 104 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.33 |
| HSL | 78.81º | 0.29% | 0.54% | - |
| HSV(B) | 78.81º | 0.39% | 0.67% | - |
| XYZ | 29.64 | 36.61 | 18.6 | - |
| YUV | 157.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 104 | 0.12 | 0 | 0.39 | 0.33 | 78.81 | 0.29 | 0.54 |
| Hex | 96 | AB | 68 | C | 0 | 27 | 21 | 4F | 1D | 36 |
| Octal | 226 | 253 | 150 | 14 | 0 | 47 | 41 | 117 | 35 | 66 |
| Binary | 10010110 | 10101011 | 1101000 | 1100 | 0 | 100111 | 100001 | 1001111 | 11101 | 110110 |
Color Harmonies of #96AB68
Complementary color
Monochromatic Colors of #96AB68
Black with #96AB68
Text Example
Text Example
White with #96AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB68; }
p { color: rgb(150,171,104); }
H1.HeaderClassName
{
color: #96AB68;
}
.AnyTagClassName
{
color: #96AB68;
}
</style>
background-color css
<style>
a { background-color: #96AB68; }
a { background-color: rgb(150,171,104); }
div.DivClassName
{
background-color: #96AB68;
}
.BgClassName
{
background-color: #96AB68;
}
</style>
border-color css
<style>
span { border-color: #96AB68; }
span { border-color: rgb(150,171,104); }
td.TdClassName
{
border-color: #96AB68;
}
.TagClassName
{
border-color: #96AB68;
}
</style>