Shades of Sage #979C7D
Tints of Sage #979C7D
RGB
CMYK
RGB Variations
Color information
#979C7D (or 0x979C7D) is known color: Sage. HEX triplet: 97, 9C and 7D. RGB value is (151,156,125). Sum of RGB (Red+Green+Blue) = 151+156+125=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #979C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C7D is #686382. Grayscale: #979797. Windows color (decimal): -6841219 or 8232087. OLE color: 8232087.
HSL color Cylindrical-coordinate representation of color #979C7D: hue angle of 69.68º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #979C7D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 125 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.39 |
| HSL | 69.68º | 0.14% | 0.55% | - |
| HSV(B) | 69.68º | 0.2% | 0.61% | - |
| XYZ | 28.35 | 31.84 | 24.05 | - |
| YUV | 150.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 125 | 0.03 | 0 | 0.20 | 0.39 | 69.68 | 0.14 | 0.55 |
| Hex | 97 | 9C | 7D | 3 | 0 | 14 | 27 | 46 | E | 37 |
| Octal | 227 | 234 | 175 | 3 | 0 | 24 | 47 | 106 | 16 | 67 |
| Binary | 10010111 | 10011100 | 1111101 | 11 | 0 | 10100 | 100111 | 1000110 | 1110 | 110111 |
Color Harmonies of #979C7D
Complementary color
Monochromatic Colors of #979C7D
Black with #979C7D
Text Example
Text Example
White with #979C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C7D; }
p { color: rgb(151,156,125); }
H1.HeaderClassName
{
color: #979C7D;
}
.AnyTagClassName
{
color: #979C7D;
}
</style>
background-color css
<style>
a { background-color: #979C7D; }
a { background-color: rgb(151,156,125); }
div.DivClassName
{
background-color: #979C7D;
}
.BgClassName
{
background-color: #979C7D;
}
</style>
border-color css
<style>
span { border-color: #979C7D; }
span { border-color: rgb(151,156,125); }
td.TdClassName
{
border-color: #979C7D;
}
.TagClassName
{
border-color: #979C7D;
}
</style>