Shades of Sage #979F70
Tints of Sage #979F70
RGB
CMYK
RGB Variations
Color information
#979F70 (or 0x979F70) is known color: Sage. HEX triplet: 97, 9F and 70. RGB value is (151,159,112). Sum of RGB (Red+Green+Blue) = 151+159+112=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #979F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F70 is #68608F. Grayscale: #979797. Windows color (decimal): -6840464 or 7380887. OLE color: 7380887.
HSL color Cylindrical-coordinate representation of color #979F70: hue angle of 70.21º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #979F70 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 112 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.38 |
| HSL | 70.21º | 0.2% | 0.53% | - |
| HSV(B) | 70.21º | 0.3% | 0.62% | - |
| XYZ | 28.09 | 32.55 | 20.13 | - |
| YUV | 151.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 112 | 0.05 | 0 | 0.30 | 0.38 | 70.21 | 0.2 | 0.53 |
| Hex | 97 | 9F | 70 | 5 | 0 | 1E | 26 | 46 | 14 | 35 |
| Octal | 227 | 237 | 160 | 5 | 0 | 36 | 46 | 106 | 24 | 65 |
| Binary | 10010111 | 10011111 | 1110000 | 101 | 0 | 11110 | 100110 | 1000110 | 10100 | 110101 |
Color Harmonies of #979F70
Complementary color
Monochromatic Colors of #979F70
Black with #979F70
Text Example
Text Example
White with #979F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F70; }
p { color: rgb(151,159,112); }
H1.HeaderClassName
{
color: #979F70;
}
.AnyTagClassName
{
color: #979F70;
}
</style>
background-color css
<style>
a { background-color: #979F70; }
a { background-color: rgb(151,159,112); }
div.DivClassName
{
background-color: #979F70;
}
.BgClassName
{
background-color: #979F70;
}
</style>
border-color css
<style>
span { border-color: #979F70; }
span { border-color: rgb(151,159,112); }
td.TdClassName
{
border-color: #979F70;
}
.TagClassName
{
border-color: #979F70;
}
</style>