Shades of Green Smoke #979C54
Tints of Green Smoke #979C54
RGB
CMYK
RGB Variations
Color information
#979C54 (or 0x979C54) is known color: Green Smoke. HEX triplet: 97, 9C and 54. RGB value is (151,156,84). Sum of RGB (Red+Green+Blue) = 151+156+84=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #979C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C54 is #6863AB. Grayscale: #929292. Windows color (decimal): -6841260 or 5545111. OLE color: 5545111.
HSL color Cylindrical-coordinate representation of color #979C54: hue angle of 64.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #979C54 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 84 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.39 |
| HSL | 64.17º | 0.3% | 0.47% | - |
| HSV(B) | 64.17º | 0.46% | 0.61% | - |
| XYZ | 26.25 | 31 | 12.99 | - |
| YUV | 146.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 84 | 0.03 | 0 | 0.46 | 0.39 | 64.17 | 0.3 | 0.47 |
| Hex | 97 | 9C | 54 | 3 | 0 | 2E | 27 | 40 | 1E | 2F |
| Octal | 227 | 234 | 124 | 3 | 0 | 56 | 47 | 100 | 36 | 57 |
| Binary | 10010111 | 10011100 | 1010100 | 11 | 0 | 101110 | 100111 | 1000000 | 11110 | 101111 |
Color Harmonies of #979C54
Complementary color
Monochromatic Colors of #979C54
Black with #979C54
Text Example
Text Example
White with #979C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C54; }
p { color: rgb(151,156,84); }
H1.HeaderClassName
{
color: #979C54;
}
.AnyTagClassName
{
color: #979C54;
}
</style>
background-color css
<style>
a { background-color: #979C54; }
a { background-color: rgb(151,156,84); }
div.DivClassName
{
background-color: #979C54;
}
.BgClassName
{
background-color: #979C54;
}
</style>
border-color css
<style>
span { border-color: #979C54; }
span { border-color: rgb(151,156,84); }
td.TdClassName
{
border-color: #979C54;
}
.TagClassName
{
border-color: #979C54;
}
</style>