Shades of Sage #969D7E
Tints of Sage #969D7E
RGB
CMYK
RGB Variations
Color information
#969D7E (or 0x969D7E) is known color: Sage. HEX triplet: 96, 9D and 7E. RGB value is (150,157,126). Sum of RGB (Red+Green+Blue) = 150+157+126=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 157 - color contains mainly: green. Hex color #969D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D7E is #696281. Grayscale: #979797. Windows color (decimal): -6906498 or 8297878. OLE color: 8297878.
HSL color Cylindrical-coordinate representation of color #969D7E: hue angle of 73.55º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #969D7E is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 126 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.38 |
| HSL | 73.55º | 0.14% | 0.55% | - |
| HSV(B) | 73.55º | 0.2% | 0.62% | - |
| XYZ | 28.4 | 32.1 | 24.44 | - |
| YUV | 151.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 126 | 0.04 | 0 | 0.20 | 0.38 | 73.55 | 0.14 | 0.55 |
| Hex | 96 | 9D | 7E | 4 | 0 | 14 | 26 | 4A | E | 37 |
| Octal | 226 | 235 | 176 | 4 | 0 | 24 | 46 | 112 | 16 | 67 |
| Binary | 10010110 | 10011101 | 1111110 | 100 | 0 | 10100 | 100110 | 1001010 | 1110 | 110111 |
Color Harmonies of #969D7E
Complementary color
Monochromatic Colors of #969D7E
Black with #969D7E
Text Example
Text Example
White with #969D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D7E; }
p { color: rgb(150,157,126); }
H1.HeaderClassName
{
color: #969D7E;
}
.AnyTagClassName
{
color: #969D7E;
}
</style>
background-color css
<style>
a { background-color: #969D7E; }
a { background-color: rgb(150,157,126); }
div.DivClassName
{
background-color: #969D7E;
}
.BgClassName
{
background-color: #969D7E;
}
</style>
border-color css
<style>
span { border-color: #969D7E; }
span { border-color: rgb(150,157,126); }
td.TdClassName
{
border-color: #969D7E;
}
.TagClassName
{
border-color: #969D7E;
}
</style>