Shades of Sage #959E7C
Tints of Sage #959E7C
RGB
CMYK
RGB Variations
Color information
#959E7C (or 0x959E7C) is known color: Sage. HEX triplet: 95, 9E and 7C. RGB value is (149,158,124). Sum of RGB (Red+Green+Blue) = 149+158+124=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #959E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E7C is #6A6183. Grayscale: #979797. Windows color (decimal): -6971780 or 8167061. OLE color: 8167061.
HSL color Cylindrical-coordinate representation of color #959E7C: hue angle of 75.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959E7C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 124 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.38 |
| HSL | 75.88º | 0.15% | 0.55% | - |
| HSV(B) | 75.88º | 0.22% | 0.62% | - |
| XYZ | 28.26 | 32.3 | 23.81 | - |
| YUV | 151.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 124 | 0.06 | 0 | 0.22 | 0.38 | 75.88 | 0.15 | 0.55 |
| Hex | 95 | 9E | 7C | 6 | 0 | 16 | 26 | 4C | F | 37 |
| Octal | 225 | 236 | 174 | 6 | 0 | 26 | 46 | 114 | 17 | 67 |
| Binary | 10010101 | 10011110 | 1111100 | 110 | 0 | 10110 | 100110 | 1001100 | 1111 | 110111 |
Color Harmonies of #959E7C
Complementary color
Monochromatic Colors of #959E7C
Black with #959E7C
Text Example
Text Example
White with #959E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E7C; }
p { color: rgb(149,158,124); }
H1.HeaderClassName
{
color: #959E7C;
}
.AnyTagClassName
{
color: #959E7C;
}
</style>
background-color css
<style>
a { background-color: #959E7C; }
a { background-color: rgb(149,158,124); }
div.DivClassName
{
background-color: #959E7C;
}
.BgClassName
{
background-color: #959E7C;
}
</style>
border-color css
<style>
span { border-color: #959E7C; }
span { border-color: rgb(149,158,124); }
td.TdClassName
{
border-color: #959E7C;
}
.TagClassName
{
border-color: #959E7C;
}
</style>