Shades of Green Smoke #979F54
Tints of Green Smoke #979F54
RGB
CMYK
RGB Variations
Color information
#979F54 (or 0x979F54) is known color: Green Smoke. HEX triplet: 97, 9F and 54. RGB value is (151,159,84). Sum of RGB (Red+Green+Blue) = 151+159+84=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #979F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F54 is #6860AB. Grayscale: #949494. Windows color (decimal): -6840492 or 5545879. OLE color: 5545879.
HSL color Cylindrical-coordinate representation of color #979F54: hue angle of 66.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #979F54 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 84 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.38 |
| HSL | 66.4º | 0.31% | 0.48% | - |
| HSV(B) | 66.4º | 0.47% | 0.62% | - |
| XYZ | 26.76 | 32.02 | 13.16 | - |
| YUV | 148.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 84 | 0.05 | 0 | 0.47 | 0.38 | 66.4 | 0.31 | 0.48 |
| Hex | 97 | 9F | 54 | 5 | 0 | 2F | 26 | 42 | 1F | 30 |
| Octal | 227 | 237 | 124 | 5 | 0 | 57 | 46 | 102 | 37 | 60 |
| Binary | 10010111 | 10011111 | 1010100 | 101 | 0 | 101111 | 100110 | 1000010 | 11111 | 110000 |
Color Harmonies of #979F54
Complementary color
Monochromatic Colors of #979F54
Black with #979F54
Text Example
Text Example
White with #979F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F54; }
p { color: rgb(151,159,84); }
H1.HeaderClassName
{
color: #979F54;
}
.AnyTagClassName
{
color: #979F54;
}
</style>
background-color css
<style>
a { background-color: #979F54; }
a { background-color: rgb(151,159,84); }
div.DivClassName
{
background-color: #979F54;
}
.BgClassName
{
background-color: #979F54;
}
</style>
border-color css
<style>
span { border-color: #979F54; }
span { border-color: rgb(151,159,84); }
td.TdClassName
{
border-color: #979F54;
}
.TagClassName
{
border-color: #979F54;
}
</style>