Shades of Green Smoke #989E4F
Tints of Green Smoke #989E4F
RGB
CMYK
RGB Variations
Color information
#989E4F (or 0x989E4F) is known color: Green Smoke. HEX triplet: 98, 9E and 4F. RGB value is (152,158,79). Sum of RGB (Red+Green+Blue) = 152+158+79=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #989E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E4F is #6761B0. Grayscale: #939393. Windows color (decimal): -6775217 or 5217944. OLE color: 5217944.
HSL color Cylindrical-coordinate representation of color #989E4F: hue angle of 64.56º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #989E4F is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 158 | 79 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.38 |
| HSL | 64.56º | 0.33% | 0.46% | - |
| HSV(B) | 64.56º | 0.5% | 0.62% | - |
| XYZ | 26.59 | 31.69 | 12.11 | - |
| YUV | 147.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 79 | 0.04 | 0 | 0.50 | 0.38 | 64.56 | 0.33 | 0.46 |
| Hex | 98 | 9E | 4F | 4 | 0 | 32 | 26 | 41 | 21 | 2E |
| Octal | 230 | 236 | 117 | 4 | 0 | 62 | 46 | 101 | 41 | 56 |
| Binary | 10011000 | 10011110 | 1001111 | 100 | 0 | 110010 | 100110 | 1000001 | 100001 | 101110 |
Color Harmonies of #989E4F
Complementary color
Monochromatic Colors of #989E4F
Black with #989E4F
Text Example
Text Example
White with #989E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989E4F; }
p { color: rgb(152,158,79); }
H1.HeaderClassName
{
color: #989E4F;
}
.AnyTagClassName
{
color: #989E4F;
}
</style>
background-color css
<style>
a { background-color: #989E4F; }
a { background-color: rgb(152,158,79); }
div.DivClassName
{
background-color: #989E4F;
}
.BgClassName
{
background-color: #989E4F;
}
</style>
border-color css
<style>
span { border-color: #989E4F; }
span { border-color: rgb(152,158,79); }
td.TdClassName
{
border-color: #989E4F;
}
.TagClassName
{
border-color: #989E4F;
}
</style>