Shades of Sage #969D76
Tints of Sage #969D76
RGB
CMYK
RGB Variations
Color information
#969D76 (or 0x969D76) is known color: Sage. HEX triplet: 96, 9D and 76. RGB value is (150,157,118). Sum of RGB (Red+Green+Blue) = 150+157+118=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #969D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D76 is #696289. Grayscale: #969696. Windows color (decimal): -6906506 or 7773590. OLE color: 7773590.
HSL color Cylindrical-coordinate representation of color #969D76: hue angle of 70.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969D76 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 118 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.38 |
| HSL | 70.77º | 0.17% | 0.54% | - |
| HSV(B) | 70.77º | 0.25% | 0.62% | - |
| XYZ | 27.9 | 31.91 | 21.83 | - |
| YUV | 150.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 118 | 0.04 | 0 | 0.25 | 0.38 | 70.77 | 0.17 | 0.54 |
| Hex | 96 | 9D | 76 | 4 | 0 | 19 | 26 | 47 | 11 | 36 |
| Octal | 226 | 235 | 166 | 4 | 0 | 31 | 46 | 107 | 21 | 66 |
| Binary | 10010110 | 10011101 | 1110110 | 100 | 0 | 11001 | 100110 | 1000111 | 10001 | 110110 |
Color Harmonies of #969D76
Complementary color
Monochromatic Colors of #969D76
Black with #969D76
Text Example
Text Example
White with #969D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D76; }
p { color: rgb(150,157,118); }
H1.HeaderClassName
{
color: #969D76;
}
.AnyTagClassName
{
color: #969D76;
}
</style>
background-color css
<style>
a { background-color: #969D76; }
a { background-color: rgb(150,157,118); }
div.DivClassName
{
background-color: #969D76;
}
.BgClassName
{
background-color: #969D76;
}
</style>
border-color css
<style>
span { border-color: #969D76; }
span { border-color: rgb(150,157,118); }
td.TdClassName
{
border-color: #969D76;
}
.TagClassName
{
border-color: #969D76;
}
</style>