Shades of Green Smoke #979F58
Tints of Green Smoke #979F58
RGB
CMYK
RGB Variations
Color information
#979F58 (or 0x979F58) is known color: Green Smoke. HEX triplet: 97, 9F and 58. RGB value is (151,159,88). Sum of RGB (Red+Green+Blue) = 151+159+88=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #979F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F58 is #6860A7. Grayscale: #949494. Windows color (decimal): -6840488 or 5808023. OLE color: 5808023.
HSL color Cylindrical-coordinate representation of color #979F58: hue angle of 66.76º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #979F58 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 88 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.38 |
| HSL | 66.76º | 0.29% | 0.48% | - |
| HSV(B) | 66.76º | 0.45% | 0.62% | - |
| XYZ | 26.92 | 32.08 | 14.01 | - |
| YUV | 148.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 88 | 0.05 | 0 | 0.45 | 0.38 | 66.76 | 0.29 | 0.48 |
| Hex | 97 | 9F | 58 | 5 | 0 | 2D | 26 | 43 | 1D | 30 |
| Octal | 227 | 237 | 130 | 5 | 0 | 55 | 46 | 103 | 35 | 60 |
| Binary | 10010111 | 10011111 | 1011000 | 101 | 0 | 101101 | 100110 | 1000011 | 11101 | 110000 |
Color Harmonies of #979F58
Complementary color
Monochromatic Colors of #979F58
Black with #979F58
Text Example
Text Example
White with #979F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F58; }
p { color: rgb(151,159,88); }
H1.HeaderClassName
{
color: #979F58;
}
.AnyTagClassName
{
color: #979F58;
}
</style>
background-color css
<style>
a { background-color: #979F58; }
a { background-color: rgb(151,159,88); }
div.DivClassName
{
background-color: #979F58;
}
.BgClassName
{
background-color: #979F58;
}
</style>
border-color css
<style>
span { border-color: #979F58; }
span { border-color: rgb(151,159,88); }
td.TdClassName
{
border-color: #979F58;
}
.TagClassName
{
border-color: #979F58;
}
</style>