Shades of Sage #969E7C
Tints of Sage #969E7C
RGB
CMYK
RGB Variations
Color information
#969E7C (or 0x969E7C) is known color: Sage. HEX triplet: 96, 9E and 7C. RGB value is (150,158,124). Sum of RGB (Red+Green+Blue) = 150+158+124=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #969E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E7C is #696183. Grayscale: #979797. Windows color (decimal): -6906244 or 8167062. OLE color: 8167062.
HSL color Cylindrical-coordinate representation of color #969E7C: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #969E7C is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 158 | 124 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.38 |
| HSL | 74.12º | 0.15% | 0.55% | - |
| HSV(B) | 74.12º | 0.22% | 0.62% | - |
| XYZ | 28.44 | 32.39 | 23.82 | - |
| YUV | 151.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 124 | 0.05 | 0 | 0.22 | 0.38 | 74.12 | 0.15 | 0.55 |
| Hex | 96 | 9E | 7C | 5 | 0 | 16 | 26 | 4A | F | 37 |
| Octal | 226 | 236 | 174 | 5 | 0 | 26 | 46 | 112 | 17 | 67 |
| Binary | 10010110 | 10011110 | 1111100 | 101 | 0 | 10110 | 100110 | 1001010 | 1111 | 110111 |
Color Harmonies of #969E7C
Complementary color
Monochromatic Colors of #969E7C
Black with #969E7C
Text Example
Text Example
White with #969E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969E7C; }
p { color: rgb(150,158,124); }
H1.HeaderClassName
{
color: #969E7C;
}
.AnyTagClassName
{
color: #969E7C;
}
</style>
background-color css
<style>
a { background-color: #969E7C; }
a { background-color: rgb(150,158,124); }
div.DivClassName
{
background-color: #969E7C;
}
.BgClassName
{
background-color: #969E7C;
}
</style>
border-color css
<style>
span { border-color: #969E7C; }
span { border-color: rgb(150,158,124); }
td.TdClassName
{
border-color: #969E7C;
}
.TagClassName
{
border-color: #969E7C;
}
</style>