Shades of Sage #979F71
Tints of Sage #979F71
RGB
CMYK
RGB Variations
Color information
#979F71 (or 0x979F71) is known color: Sage. HEX triplet: 97, 9F and 71. RGB value is (151,159,113). Sum of RGB (Red+Green+Blue) = 151+159+113=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #979F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F71 is #68608E. Grayscale: #979797. Windows color (decimal): -6840463 or 7446423. OLE color: 7446423.
HSL color Cylindrical-coordinate representation of color #979F71: hue angle of 70.43º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #979F71 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 113 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.38 |
| HSL | 70.43º | 0.19% | 0.53% | - |
| HSV(B) | 70.43º | 0.29% | 0.62% | - |
| XYZ | 28.14 | 32.57 | 20.43 | - |
| YUV | 151.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 113 | 0.05 | 0 | 0.29 | 0.38 | 70.43 | 0.19 | 0.53 |
| Hex | 97 | 9F | 71 | 5 | 0 | 1D | 26 | 46 | 13 | 35 |
| Octal | 227 | 237 | 161 | 5 | 0 | 35 | 46 | 106 | 23 | 65 |
| Binary | 10010111 | 10011111 | 1110001 | 101 | 0 | 11101 | 100110 | 1000110 | 10011 | 110101 |
Color Harmonies of #979F71
Complementary color
Monochromatic Colors of #979F71
Black with #979F71
Text Example
Text Example
White with #979F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F71; }
p { color: rgb(151,159,113); }
H1.HeaderClassName
{
color: #979F71;
}
.AnyTagClassName
{
color: #979F71;
}
</style>
background-color css
<style>
a { background-color: #979F71; }
a { background-color: rgb(151,159,113); }
div.DivClassName
{
background-color: #979F71;
}
.BgClassName
{
background-color: #979F71;
}
</style>
border-color css
<style>
span { border-color: #979F71; }
span { border-color: rgb(151,159,113); }
td.TdClassName
{
border-color: #979F71;
}
.TagClassName
{
border-color: #979F71;
}
</style>