Shades of Sage #979C83
Tints of Sage #979C83
RGB
CMYK
RGB Variations
Color information
#979C83 (or 0x979C83) is known color: Sage. HEX triplet: 97, 9C and 83. RGB value is (151,156,131). Sum of RGB (Red+Green+Blue) = 151+156+131=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #979C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979C83 is #68637C. Grayscale: #979797. Windows color (decimal): -6841213 or 8625303. OLE color: 8625303.
HSL color Cylindrical-coordinate representation of color #979C83: hue angle of 72º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979C83 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 131 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.39 |
| HSL | 72º | 0.11% | 0.56% | - |
| HSV(B) | 72º | 0.16% | 0.61% | - |
| XYZ | 28.75 | 31.99 | 26.13 | - |
| YUV | 151.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 131 | 0.03 | 0 | 0.16 | 0.39 | 72 | 0.11 | 0.56 |
| Hex | 97 | 9C | 83 | 3 | 0 | 10 | 27 | 48 | B | 38 |
| Octal | 227 | 234 | 203 | 3 | 0 | 20 | 47 | 110 | 13 | 70 |
| Binary | 10010111 | 10011100 | 10000011 | 11 | 0 | 10000 | 100111 | 1001000 | 1011 | 111000 |
Color Harmonies of #979C83
Complementary color
Monochromatic Colors of #979C83
Black with #979C83
Text Example
Text Example
White with #979C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C83; }
p { color: rgb(151,156,131); }
H1.HeaderClassName
{
color: #979C83;
}
.AnyTagClassName
{
color: #979C83;
}
</style>
background-color css
<style>
a { background-color: #979C83; }
a { background-color: rgb(151,156,131); }
div.DivClassName
{
background-color: #979C83;
}
.BgClassName
{
background-color: #979C83;
}
</style>
border-color css
<style>
span { border-color: #979C83; }
span { border-color: rgb(151,156,131); }
td.TdClassName
{
border-color: #979C83;
}
.TagClassName
{
border-color: #979C83;
}
</style>