Shades of Sage #979F78
Tints of Sage #979F78
RGB
CMYK
RGB Variations
Color information
#979F78 (or 0x979F78) is known color: Sage. HEX triplet: 97, 9F and 78. RGB value is (151,159,120). Sum of RGB (Red+Green+Blue) = 151+159+120=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #979F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F78 is #686087. Grayscale: #989898. Windows color (decimal): -6840456 or 7905175. OLE color: 7905175.
HSL color Cylindrical-coordinate representation of color #979F78: hue angle of 72.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979F78 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 120 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.38 |
| HSL | 72.31º | 0.17% | 0.55% | - |
| HSV(B) | 72.31º | 0.25% | 0.62% | - |
| XYZ | 28.55 | 32.73 | 22.58 | - |
| YUV | 152.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 120 | 0.05 | 0 | 0.25 | 0.38 | 72.31 | 0.17 | 0.55 |
| Hex | 97 | 9F | 78 | 5 | 0 | 19 | 26 | 48 | 11 | 37 |
| Octal | 227 | 237 | 170 | 5 | 0 | 31 | 46 | 110 | 21 | 67 |
| Binary | 10010111 | 10011111 | 1111000 | 101 | 0 | 11001 | 100110 | 1001000 | 10001 | 110111 |
Color Harmonies of #979F78
Complementary color
Monochromatic Colors of #979F78
Black with #979F78
Text Example
Text Example
White with #979F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F78; }
p { color: rgb(151,159,120); }
H1.HeaderClassName
{
color: #979F78;
}
.AnyTagClassName
{
color: #979F78;
}
</style>
background-color css
<style>
a { background-color: #979F78; }
a { background-color: rgb(151,159,120); }
div.DivClassName
{
background-color: #979F78;
}
.BgClassName
{
background-color: #979F78;
}
</style>
border-color css
<style>
span { border-color: #979F78; }
span { border-color: rgb(151,159,120); }
td.TdClassName
{
border-color: #979F78;
}
.TagClassName
{
border-color: #979F78;
}
</style>