Shades of Sage #959E80
Tints of Sage #959E80
RGB
CMYK
RGB Variations
Color information
#959E80 (or 0x959E80) is known color: Sage. HEX triplet: 95, 9E and 80. RGB value is (149,158,128). Sum of RGB (Red+Green+Blue) = 149+158+128=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #959E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E80 is #6A617F. Grayscale: #989898. Windows color (decimal): -6971776 or 8429205. OLE color: 8429205.
HSL color Cylindrical-coordinate representation of color #959E80: hue angle of 78º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #959E80 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 128 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.38 |
| HSL | 78º | 0.13% | 0.56% | - |
| HSV(B) | 78º | 0.19% | 0.62% | - |
| XYZ | 28.52 | 32.4 | 25.17 | - |
| YUV | 151.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 128 | 0.06 | 0 | 0.19 | 0.38 | 78 | 0.13 | 0.56 |
| Hex | 95 | 9E | 80 | 6 | 0 | 13 | 26 | 4E | D | 38 |
| Octal | 225 | 236 | 200 | 6 | 0 | 23 | 46 | 116 | 15 | 70 |
| Binary | 10010101 | 10011110 | 10000000 | 110 | 0 | 10011 | 100110 | 1001110 | 1101 | 111000 |
Color Harmonies of #959E80
Complementary color
Monochromatic Colors of #959E80
Black with #959E80
Text Example
Text Example
White with #959E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E80; }
p { color: rgb(149,158,128); }
H1.HeaderClassName
{
color: #959E80;
}
.AnyTagClassName
{
color: #959E80;
}
</style>
background-color css
<style>
a { background-color: #959E80; }
a { background-color: rgb(149,158,128); }
div.DivClassName
{
background-color: #959E80;
}
.BgClassName
{
background-color: #959E80;
}
</style>
border-color css
<style>
span { border-color: #959E80; }
span { border-color: rgb(149,158,128); }
td.TdClassName
{
border-color: #959E80;
}
.TagClassName
{
border-color: #959E80;
}
</style>