Shades of Sage #959F80
Tints of Sage #959F80
RGB
CMYK
RGB Variations
Color information
#959F80 (or 0x959F80) is known color: Sage. HEX triplet: 95, 9F and 80. RGB value is (149,159,128). Sum of RGB (Red+Green+Blue) = 149+159+128=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #959F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F80 is #6A607F. Grayscale: #989898. Windows color (decimal): -6971520 or 8429461. OLE color: 8429461.
HSL color Cylindrical-coordinate representation of color #959F80: hue angle of 79.35º degrees, saturation: 0.14, 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 #959F80 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 128 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.38 |
| HSL | 79.35º | 0.14% | 0.56% | - |
| HSV(B) | 79.35º | 0.19% | 0.62% | - |
| XYZ | 28.69 | 32.74 | 25.23 | - |
| YUV | 152.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 128 | 0.06 | 0 | 0.19 | 0.38 | 79.35 | 0.14 | 0.56 |
| Hex | 95 | 9F | 80 | 6 | 0 | 13 | 26 | 4F | E | 38 |
| Octal | 225 | 237 | 200 | 6 | 0 | 23 | 46 | 117 | 16 | 70 |
| Binary | 10010101 | 10011111 | 10000000 | 110 | 0 | 10011 | 100110 | 1001111 | 1110 | 111000 |
Color Harmonies of #959F80
Complementary color
Monochromatic Colors of #959F80
Black with #959F80
Text Example
Text Example
White with #959F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F80; }
p { color: rgb(149,159,128); }
H1.HeaderClassName
{
color: #959F80;
}
.AnyTagClassName
{
color: #959F80;
}
</style>
background-color css
<style>
a { background-color: #959F80; }
a { background-color: rgb(149,159,128); }
div.DivClassName
{
background-color: #959F80;
}
.BgClassName
{
background-color: #959F80;
}
</style>
border-color css
<style>
span { border-color: #959F80; }
span { border-color: rgb(149,159,128); }
td.TdClassName
{
border-color: #959F80;
}
.TagClassName
{
border-color: #959F80;
}
</style>