Shades of Sage #979D7E
Tints of Sage #979D7E
RGB
CMYK
RGB Variations
Color information
#979D7E (or 0x979D7E) is known color: Sage. HEX triplet: 97, 9D and 7E. RGB value is (151,157,126). Sum of RGB (Red+Green+Blue) = 151+157+126=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #979D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D7E is #686281. Grayscale: #979797. Windows color (decimal): -6840962 or 8297879. OLE color: 8297879.
HSL color Cylindrical-coordinate representation of color #979D7E: hue angle of 71.61º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #979D7E is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 157 | 126 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.38 |
| HSL | 71.61º | 0.14% | 0.55% | - |
| HSV(B) | 71.61º | 0.2% | 0.62% | - |
| XYZ | 28.59 | 32.2 | 24.45 | - |
| YUV | 151.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 126 | 0.04 | 0 | 0.20 | 0.38 | 71.61 | 0.14 | 0.55 |
| Hex | 97 | 9D | 7E | 4 | 0 | 14 | 26 | 48 | E | 37 |
| Octal | 227 | 235 | 176 | 4 | 0 | 24 | 46 | 110 | 16 | 67 |
| Binary | 10010111 | 10011101 | 1111110 | 100 | 0 | 10100 | 100110 | 1001000 | 1110 | 110111 |
Color Harmonies of #979D7E
Complementary color
Monochromatic Colors of #979D7E
Black with #979D7E
Text Example
Text Example
White with #979D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979D7E; }
p { color: rgb(151,157,126); }
H1.HeaderClassName
{
color: #979D7E;
}
.AnyTagClassName
{
color: #979D7E;
}
</style>
background-color css
<style>
a { background-color: #979D7E; }
a { background-color: rgb(151,157,126); }
div.DivClassName
{
background-color: #979D7E;
}
.BgClassName
{
background-color: #979D7E;
}
</style>
border-color css
<style>
span { border-color: #979D7E; }
span { border-color: rgb(151,157,126); }
td.TdClassName
{
border-color: #979D7E;
}
.TagClassName
{
border-color: #979D7E;
}
</style>