Shades of Sage #979F85
Tints of Sage #979F85
RGB
CMYK
RGB Variations
Color information
#979F85 (or 0x979F85) is known color: Sage. HEX triplet: 97, 9F and 85. RGB value is (151,159,133). Sum of RGB (Red+Green+Blue) = 151+159+133=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #979F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F85 is #68607A. Grayscale: #999999. Windows color (decimal): -6840443 or 8757143. OLE color: 8757143.
HSL color Cylindrical-coordinate representation of color #979F85: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979F85 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 133 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.38 |
| HSL | 78.46º | 0.12% | 0.57% | - |
| HSV(B) | 78.46º | 0.16% | 0.62% | - |
| XYZ | 29.39 | 33.07 | 27.02 | - |
| YUV | 153.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 133 | 0.05 | 0 | 0.16 | 0.38 | 78.46 | 0.12 | 0.57 |
| Hex | 97 | 9F | 85 | 5 | 0 | 10 | 26 | 4E | C | 39 |
| Octal | 227 | 237 | 205 | 5 | 0 | 20 | 46 | 116 | 14 | 71 |
| Binary | 10010111 | 10011111 | 10000101 | 101 | 0 | 10000 | 100110 | 1001110 | 1100 | 111001 |
Color Harmonies of #979F85
Complementary color
Monochromatic Colors of #979F85
Black with #979F85
Text Example
Text Example
White with #979F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F85; }
p { color: rgb(151,159,133); }
H1.HeaderClassName
{
color: #979F85;
}
.AnyTagClassName
{
color: #979F85;
}
</style>
background-color css
<style>
a { background-color: #979F85; }
a { background-color: rgb(151,159,133); }
div.DivClassName
{
background-color: #979F85;
}
.BgClassName
{
background-color: #979F85;
}
</style>
border-color css
<style>
span { border-color: #979F85; }
span { border-color: rgb(151,159,133); }
td.TdClassName
{
border-color: #979F85;
}
.TagClassName
{
border-color: #979F85;
}
</style>