Shades of Green Smoke #979E65
Tints of Green Smoke #979E65
RGB
CMYK
RGB Variations
Color information
#979E65 (or 0x979E65) is known color: Green Smoke. HEX triplet: 97, 9E and 65. RGB value is (151,158,101). Sum of RGB (Red+Green+Blue) = 151+158+101=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #979E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979E65 is #68619A. Grayscale: #959595. Windows color (decimal): -6840731 or 6659735. OLE color: 6659735.
HSL color Cylindrical-coordinate representation of color #979E65: hue angle of 67.37º 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 #979E65 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 158 | 101 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.38 |
| HSL | 67.37º | 0.23% | 0.51% | - |
| HSV(B) | 67.37º | 0.36% | 0.62% | - |
| XYZ | 27.34 | 31.97 | 17.04 | - |
| YUV | 149.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 101 | 0.04 | 0 | 0.36 | 0.38 | 67.37 | 0.23 | 0.51 |
| Hex | 97 | 9E | 65 | 4 | 0 | 24 | 26 | 43 | 17 | 33 |
| Octal | 227 | 236 | 145 | 4 | 0 | 44 | 46 | 103 | 27 | 63 |
| Binary | 10010111 | 10011110 | 1100101 | 100 | 0 | 100100 | 100110 | 1000011 | 10111 | 110011 |
Color Harmonies of #979E65
Complementary color
Monochromatic Colors of #979E65
Black with #979E65
Text Example
Text Example
White with #979E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979E65; }
p { color: rgb(151,158,101); }
H1.HeaderClassName
{
color: #979E65;
}
.AnyTagClassName
{
color: #979E65;
}
</style>
background-color css
<style>
a { background-color: #979E65; }
a { background-color: rgb(151,158,101); }
div.DivClassName
{
background-color: #979E65;
}
.BgClassName
{
background-color: #979E65;
}
</style>
border-color css
<style>
span { border-color: #979E65; }
span { border-color: rgb(151,158,101); }
td.TdClassName
{
border-color: #979E65;
}
.TagClassName
{
border-color: #979E65;
}
</style>