Shades of Sage #979F84
Tints of Sage #979F84
RGB
CMYK
RGB Variations
Color information
#979F84 (or 0x979F84) is known color: Sage. HEX triplet: 97, 9F and 84. RGB value is (151,159,132). Sum of RGB (Red+Green+Blue) = 151+159+132=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #979F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F84 is #68607B. Grayscale: #999999. Windows color (decimal): -6840444 or 8691607. OLE color: 8691607.
HSL color Cylindrical-coordinate representation of color #979F84: hue angle of 77.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #979F84 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 132 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.38 |
| HSL | 77.78º | 0.12% | 0.57% | - |
| HSV(B) | 77.78º | 0.17% | 0.62% | - |
| XYZ | 29.33 | 33.04 | 26.66 | - |
| YUV | 153.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 132 | 0.05 | 0 | 0.17 | 0.38 | 77.78 | 0.12 | 0.57 |
| Hex | 97 | 9F | 84 | 5 | 0 | 11 | 26 | 4E | C | 39 |
| Octal | 227 | 237 | 204 | 5 | 0 | 21 | 46 | 116 | 14 | 71 |
| Binary | 10010111 | 10011111 | 10000100 | 101 | 0 | 10001 | 100110 | 1001110 | 1100 | 111001 |
Color Harmonies of #979F84
Complementary color
Monochromatic Colors of #979F84
Black with #979F84
Text Example
Text Example
White with #979F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F84; }
p { color: rgb(151,159,132); }
H1.HeaderClassName
{
color: #979F84;
}
.AnyTagClassName
{
color: #979F84;
}
</style>
background-color css
<style>
a { background-color: #979F84; }
a { background-color: rgb(151,159,132); }
div.DivClassName
{
background-color: #979F84;
}
.BgClassName
{
background-color: #979F84;
}
</style>
border-color css
<style>
span { border-color: #979F84; }
span { border-color: rgb(151,159,132); }
td.TdClassName
{
border-color: #979F84;
}
.TagClassName
{
border-color: #979F84;
}
</style>