Shades of Sage #979E85
Tints of Sage #979E85
RGB
CMYK
RGB Variations
Color information
#979E85 (or 0x979E85) is known color: Sage. HEX triplet: 97, 9E and 85. RGB value is (151,158,133). Sum of RGB (Red+Green+Blue) = 151+158+133=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 158 - color contains mainly: green. Hex color #979E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979E85 is #68617A. Grayscale: #999999. Windows color (decimal): -6840699 or 8756887. OLE color: 8756887.
HSL color Cylindrical-coordinate representation of color #979E85: hue angle of 76.8º degrees, saturation: 0.11, 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 #979E85 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 158 | 133 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.38 |
| HSL | 76.8º | 0.11% | 0.57% | - |
| HSV(B) | 76.8º | 0.16% | 0.62% | - |
| XYZ | 29.22 | 32.73 | 26.97 | - |
| YUV | 153.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 133 | 0.04 | 0 | 0.16 | 0.38 | 76.8 | 0.11 | 0.57 |
| Hex | 97 | 9E | 85 | 4 | 0 | 10 | 26 | 4D | B | 39 |
| Octal | 227 | 236 | 205 | 4 | 0 | 20 | 46 | 115 | 13 | 71 |
| Binary | 10010111 | 10011110 | 10000101 | 100 | 0 | 10000 | 100110 | 1001101 | 1011 | 111001 |
Color Harmonies of #979E85
Complementary color
Monochromatic Colors of #979E85
Black with #979E85
Text Example
Text Example
White with #979E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979E85; }
p { color: rgb(151,158,133); }
H1.HeaderClassName
{
color: #979E85;
}
.AnyTagClassName
{
color: #979E85;
}
</style>
background-color css
<style>
a { background-color: #979E85; }
a { background-color: rgb(151,158,133); }
div.DivClassName
{
background-color: #979E85;
}
.BgClassName
{
background-color: #979E85;
}
</style>
border-color css
<style>
span { border-color: #979E85; }
span { border-color: rgb(151,158,133); }
td.TdClassName
{
border-color: #979E85;
}
.TagClassName
{
border-color: #979E85;
}
</style>