Shades of Green Smoke #979E5B
Tints of Green Smoke #979E5B
RGB
CMYK
RGB Variations
Color information
#979E5B (or 0x979E5B) is known color: Green Smoke. HEX triplet: 97, 9E and 5B. RGB value is (151,158,91). Sum of RGB (Red+Green+Blue) = 151+158+91=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #979E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979E5B is #6861A4. Grayscale: #949494. Windows color (decimal): -6840741 or 6004375. OLE color: 6004375.
HSL color Cylindrical-coordinate representation of color #979E5B: hue angle of 66.27º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #979E5B is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 158 | 91 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.38 |
| HSL | 66.27º | 0.27% | 0.49% | - |
| HSV(B) | 66.27º | 0.42% | 0.62% | - |
| XYZ | 26.88 | 31.79 | 14.62 | - |
| YUV | 148.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 91 | 0.04 | 0 | 0.42 | 0.38 | 66.27 | 0.27 | 0.49 |
| Hex | 97 | 9E | 5B | 4 | 0 | 2A | 26 | 42 | 1B | 31 |
| Octal | 227 | 236 | 133 | 4 | 0 | 52 | 46 | 102 | 33 | 61 |
| Binary | 10010111 | 10011110 | 1011011 | 100 | 0 | 101010 | 100110 | 1000010 | 11011 | 110001 |
Color Harmonies of #979E5B
Complementary color
Monochromatic Colors of #979E5B
Black with #979E5B
Text Example
Text Example
White with #979E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979E5B; }
p { color: rgb(151,158,91); }
H1.HeaderClassName
{
color: #979E5B;
}
.AnyTagClassName
{
color: #979E5B;
}
</style>
background-color css
<style>
a { background-color: #979E5B; }
a { background-color: rgb(151,158,91); }
div.DivClassName
{
background-color: #979E5B;
}
.BgClassName
{
background-color: #979E5B;
}
</style>
border-color css
<style>
span { border-color: #979E5B; }
span { border-color: rgb(151,158,91); }
td.TdClassName
{
border-color: #979E5B;
}
.TagClassName
{
border-color: #979E5B;
}
</style>