Shades of Sage #959E7E
Tints of Sage #959E7E
RGB
CMYK
RGB Variations
Color information
#959E7E (or 0x959E7E) is known color: Sage. HEX triplet: 95, 9E and 7E. RGB value is (149,158,126). Sum of RGB (Red+Green+Blue) = 149+158+126=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 158 - color contains mainly: green. Hex color #959E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E7E is #6A6181. Grayscale: #979797. Windows color (decimal): -6971778 or 8298133. OLE color: 8298133.
HSL color Cylindrical-coordinate representation of color #959E7E: hue angle of 76.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959E7E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 126 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.38 |
| HSL | 76.88º | 0.14% | 0.56% | - |
| HSV(B) | 76.88º | 0.2% | 0.62% | - |
| XYZ | 28.39 | 32.35 | 24.49 | - |
| YUV | 151.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 126 | 0.06 | 0 | 0.20 | 0.38 | 76.88 | 0.14 | 0.56 |
| Hex | 95 | 9E | 7E | 6 | 0 | 14 | 26 | 4D | E | 38 |
| Octal | 225 | 236 | 176 | 6 | 0 | 24 | 46 | 115 | 16 | 70 |
| Binary | 10010101 | 10011110 | 1111110 | 110 | 0 | 10100 | 100110 | 1001101 | 1110 | 111000 |
Color Harmonies of #959E7E
Complementary color
Monochromatic Colors of #959E7E
Black with #959E7E
Text Example
Text Example
White with #959E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E7E; }
p { color: rgb(149,158,126); }
H1.HeaderClassName
{
color: #959E7E;
}
.AnyTagClassName
{
color: #959E7E;
}
</style>
background-color css
<style>
a { background-color: #959E7E; }
a { background-color: rgb(149,158,126); }
div.DivClassName
{
background-color: #959E7E;
}
.BgClassName
{
background-color: #959E7E;
}
</style>
border-color css
<style>
span { border-color: #959E7E; }
span { border-color: rgb(149,158,126); }
td.TdClassName
{
border-color: #959E7E;
}
.TagClassName
{
border-color: #959E7E;
}
</style>