Shades of Sage #979F7D
Tints of Sage #979F7D
RGB
CMYK
RGB Variations
Color information
#979F7D (or 0x979F7D) is known color: Sage. HEX triplet: 97, 9F and 7D. RGB value is (151,159,125). Sum of RGB (Red+Green+Blue) = 151+159+125=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #979F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F7D is #686082. Grayscale: #989898. Windows color (decimal): -6840451 or 8232855. OLE color: 8232855.
HSL color Cylindrical-coordinate representation of color #979F7D: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979F7D is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 125 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.38 |
| HSL | 74.12º | 0.15% | 0.56% | - |
| HSV(B) | 74.12º | 0.21% | 0.62% | - |
| XYZ | 28.86 | 32.86 | 24.22 | - |
| YUV | 152.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 125 | 0.05 | 0 | 0.21 | 0.38 | 74.12 | 0.15 | 0.56 |
| Hex | 97 | 9F | 7D | 5 | 0 | 15 | 26 | 4A | F | 38 |
| Octal | 227 | 237 | 175 | 5 | 0 | 25 | 46 | 112 | 17 | 70 |
| Binary | 10010111 | 10011111 | 1111101 | 101 | 0 | 10101 | 100110 | 1001010 | 1111 | 111000 |
Color Harmonies of #979F7D
Complementary color
Monochromatic Colors of #979F7D
Black with #979F7D
Text Example
Text Example
White with #979F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F7D; }
p { color: rgb(151,159,125); }
H1.HeaderClassName
{
color: #979F7D;
}
.AnyTagClassName
{
color: #979F7D;
}
</style>
background-color css
<style>
a { background-color: #979F7D; }
a { background-color: rgb(151,159,125); }
div.DivClassName
{
background-color: #979F7D;
}
.BgClassName
{
background-color: #979F7D;
}
</style>
border-color css
<style>
span { border-color: #979F7D; }
span { border-color: rgb(151,159,125); }
td.TdClassName
{
border-color: #979F7D;
}
.TagClassName
{
border-color: #979F7D;
}
</style>