Shades of Green Smoke #989E64
Tints of Green Smoke #989E64
RGB
CMYK
RGB Variations
Color information
#989E64 (or 0x989E64) is known color: Green Smoke. HEX triplet: 98, 9E and 64. RGB value is (152,158,100). Sum of RGB (Red+Green+Blue) = 152+158+100=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #989E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E64 is #67619B. Grayscale: #959595. Windows color (decimal): -6775196 or 6594200. OLE color: 6594200.
HSL color Cylindrical-coordinate representation of color #989E64: hue angle of 66.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989E64 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 158 | 100 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.38 |
| HSL | 66.21º | 0.23% | 0.51% | - |
| HSV(B) | 66.21º | 0.37% | 0.62% | - |
| XYZ | 27.48 | 32.05 | 16.79 | - |
| YUV | 149.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 100 | 0.04 | 0 | 0.37 | 0.38 | 66.21 | 0.23 | 0.51 |
| Hex | 98 | 9E | 64 | 4 | 0 | 25 | 26 | 42 | 17 | 33 |
| Octal | 230 | 236 | 144 | 4 | 0 | 45 | 46 | 102 | 27 | 63 |
| Binary | 10011000 | 10011110 | 1100100 | 100 | 0 | 100101 | 100110 | 1000010 | 10111 | 110011 |
Color Harmonies of #989E64
Complementary color
Monochromatic Colors of #989E64
Black with #989E64
Text Example
Text Example
White with #989E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989E64; }
p { color: rgb(152,158,100); }
H1.HeaderClassName
{
color: #989E64;
}
.AnyTagClassName
{
color: #989E64;
}
</style>
background-color css
<style>
a { background-color: #989E64; }
a { background-color: rgb(152,158,100); }
div.DivClassName
{
background-color: #989E64;
}
.BgClassName
{
background-color: #989E64;
}
</style>
border-color css
<style>
span { border-color: #989E64; }
span { border-color: rgb(152,158,100); }
td.TdClassName
{
border-color: #989E64;
}
.TagClassName
{
border-color: #989E64;
}
</style>