Shades of Green Smoke #979F62
Tints of Green Smoke #979F62
RGB
CMYK
RGB Variations
Color information
#979F62 (or 0x979F62) is known color: Green Smoke. HEX triplet: 97, 9F and 62. RGB value is (151,159,98). Sum of RGB (Red+Green+Blue) = 151+159+98=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #979F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F62 is #68609D. Grayscale: #959595. Windows color (decimal): -6840478 or 6463383. OLE color: 6463383.
HSL color Cylindrical-coordinate representation of color #979F62: hue angle of 67.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979F62 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 98 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.38 |
| HSL | 67.87º | 0.24% | 0.5% | - |
| HSV(B) | 67.87º | 0.38% | 0.62% | - |
| XYZ | 27.37 | 32.26 | 16.34 | - |
| YUV | 149.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 98 | 0.05 | 0 | 0.38 | 0.38 | 67.87 | 0.24 | 0.5 |
| Hex | 97 | 9F | 62 | 5 | 0 | 26 | 26 | 44 | 18 | 32 |
| Octal | 227 | 237 | 142 | 5 | 0 | 46 | 46 | 104 | 30 | 62 |
| Binary | 10010111 | 10011111 | 1100010 | 101 | 0 | 100110 | 100110 | 1000100 | 11000 | 110010 |
Color Harmonies of #979F62
Complementary color
Monochromatic Colors of #979F62
Black with #979F62
Text Example
Text Example
White with #979F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F62; }
p { color: rgb(151,159,98); }
H1.HeaderClassName
{
color: #979F62;
}
.AnyTagClassName
{
color: #979F62;
}
</style>
background-color css
<style>
a { background-color: #979F62; }
a { background-color: rgb(151,159,98); }
div.DivClassName
{
background-color: #979F62;
}
.BgClassName
{
background-color: #979F62;
}
</style>
border-color css
<style>
span { border-color: #979F62; }
span { border-color: rgb(151,159,98); }
td.TdClassName
{
border-color: #979F62;
}
.TagClassName
{
border-color: #979F62;
}
</style>