Shades of Green Smoke #989F65
Tints of Green Smoke #989F65
RGB
CMYK
RGB Variations
Color information
#989F65 (or 0x989F65) is known color: Green Smoke. HEX triplet: 98, 9F and 65. RGB value is (152,159,101). Sum of RGB (Red+Green+Blue) = 152+159+101=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #989F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F65 is #67609A. Grayscale: #969696. Windows color (decimal): -6774939 or 6659992. OLE color: 6659992.
HSL color Cylindrical-coordinate representation of color #989F65: hue angle of 67.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989F65 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 159 | 101 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.38 |
| HSL | 67.24º | 0.23% | 0.51% | - |
| HSV(B) | 67.24º | 0.36% | 0.62% | - |
| XYZ | 27.7 | 32.41 | 17.11 | - |
| YUV | 150.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 101 | 0.04 | 0 | 0.36 | 0.38 | 67.24 | 0.23 | 0.51 |
| Hex | 98 | 9F | 65 | 4 | 0 | 24 | 26 | 43 | 17 | 33 |
| Octal | 230 | 237 | 145 | 4 | 0 | 44 | 46 | 103 | 27 | 63 |
| Binary | 10011000 | 10011111 | 1100101 | 100 | 0 | 100100 | 100110 | 1000011 | 10111 | 110011 |
Color Harmonies of #989F65
Complementary color
Monochromatic Colors of #989F65
Black with #989F65
Text Example
Text Example
White with #989F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989F65; }
p { color: rgb(152,159,101); }
H1.HeaderClassName
{
color: #989F65;
}
.AnyTagClassName
{
color: #989F65;
}
</style>
background-color css
<style>
a { background-color: #989F65; }
a { background-color: rgb(152,159,101); }
div.DivClassName
{
background-color: #989F65;
}
.BgClassName
{
background-color: #989F65;
}
</style>
border-color css
<style>
span { border-color: #989F65; }
span { border-color: rgb(152,159,101); }
td.TdClassName
{
border-color: #989F65;
}
.TagClassName
{
border-color: #989F65;
}
</style>