Shades of Sage #959D7F
Tints of Sage #959D7F
RGB
CMYK
RGB Variations
Color information
#959D7F (or 0x959D7F) is known color: Sage. HEX triplet: 95, 9D and 7F. RGB value is (149,157,127). Sum of RGB (Red+Green+Blue) = 149+157+127=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 157 - color contains mainly: green. Hex color #959D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D7F is #6A6280. Grayscale: #979797. Windows color (decimal): -6972033 or 8363413. OLE color: 8363413.
HSL color Cylindrical-coordinate representation of color #959D7F: hue angle of 76º 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 #959D7F is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 127 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.38 |
| HSL | 76º | 0.13% | 0.56% | - |
| HSV(B) | 76º | 0.19% | 0.62% | - |
| XYZ | 28.28 | 32.04 | 24.77 | - |
| YUV | 151.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 127 | 0.05 | 0 | 0.19 | 0.38 | 76 | 0.13 | 0.56 |
| Hex | 95 | 9D | 7F | 5 | 0 | 13 | 26 | 4C | D | 38 |
| Octal | 225 | 235 | 177 | 5 | 0 | 23 | 46 | 114 | 15 | 70 |
| Binary | 10010101 | 10011101 | 1111111 | 101 | 0 | 10011 | 100110 | 1001100 | 1101 | 111000 |
Color Harmonies of #959D7F
Complementary color
Monochromatic Colors of #959D7F
Black with #959D7F
Text Example
Text Example
White with #959D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D7F; }
p { color: rgb(149,157,127); }
H1.HeaderClassName
{
color: #959D7F;
}
.AnyTagClassName
{
color: #959D7F;
}
</style>
background-color css
<style>
a { background-color: #959D7F; }
a { background-color: rgb(149,157,127); }
div.DivClassName
{
background-color: #959D7F;
}
.BgClassName
{
background-color: #959D7F;
}
</style>
border-color css
<style>
span { border-color: #959D7F; }
span { border-color: rgb(149,157,127); }
td.TdClassName
{
border-color: #959D7F;
}
.TagClassName
{
border-color: #959D7F;
}
</style>