Shades of Sage #969A7D
Tints of Sage #969A7D
RGB
CMYK
RGB Variations
Color information
#969A7D (or 0x969A7D) is known color: Sage. HEX triplet: 96, 9A and 7D. RGB value is (150,154,125). Sum of RGB (Red+Green+Blue) = 150+154+125=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 154 - color contains mainly: green. Hex color #969A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A7D is #696582. Grayscale: #959595. Windows color (decimal): -6907267 or 8231574. OLE color: 8231574.
HSL color Cylindrical-coordinate representation of color #969A7D: hue angle of 68.28º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969A7D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 125 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.40 |
| HSL | 68.28º | 0.13% | 0.55% | - |
| HSV(B) | 68.28º | 0.19% | 0.6% | - |
| XYZ | 27.83 | 31.08 | 23.93 | - |
| YUV | 149.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 125 | 0.03 | 0 | 0.19 | 0.40 | 68.28 | 0.13 | 0.55 |
| Hex | 96 | 9A | 7D | 3 | 0 | 13 | 28 | 44 | D | 37 |
| Octal | 226 | 232 | 175 | 3 | 0 | 23 | 50 | 104 | 15 | 67 |
| Binary | 10010110 | 10011010 | 1111101 | 11 | 0 | 10011 | 101000 | 1000100 | 1101 | 110111 |
Color Harmonies of #969A7D
Complementary color
Monochromatic Colors of #969A7D
Black with #969A7D
Text Example
Text Example
White with #969A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A7D; }
p { color: rgb(150,154,125); }
H1.HeaderClassName
{
color: #969A7D;
}
.AnyTagClassName
{
color: #969A7D;
}
</style>
background-color css
<style>
a { background-color: #969A7D; }
a { background-color: rgb(150,154,125); }
div.DivClassName
{
background-color: #969A7D;
}
.BgClassName
{
background-color: #969A7D;
}
</style>
border-color css
<style>
span { border-color: #969A7D; }
span { border-color: rgb(150,154,125); }
td.TdClassName
{
border-color: #969A7D;
}
.TagClassName
{
border-color: #969A7D;
}
</style>