Shades of Sage #969C7D
Tints of Sage #969C7D
RGB
CMYK
RGB Variations
Color information
#969C7D (or 0x969C7D) is known color: Sage. HEX triplet: 96, 9C and 7D. RGB value is (150,156,125). Sum of RGB (Red+Green+Blue) = 150+156+125=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #969C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C7D is #696382. Grayscale: #969696. Windows color (decimal): -6906755 or 8232086. OLE color: 8232086.
HSL color Cylindrical-coordinate representation of color #969C7D: hue angle of 71.61º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #969C7D is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 125 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.39 |
| HSL | 71.61º | 0.14% | 0.55% | - |
| HSV(B) | 71.61º | 0.2% | 0.61% | - |
| XYZ | 28.17 | 31.74 | 24.04 | - |
| YUV | 150.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 125 | 0.04 | 0 | 0.20 | 0.39 | 71.61 | 0.14 | 0.55 |
| Hex | 96 | 9C | 7D | 4 | 0 | 14 | 27 | 48 | E | 37 |
| Octal | 226 | 234 | 175 | 4 | 0 | 24 | 47 | 110 | 16 | 67 |
| Binary | 10010110 | 10011100 | 1111101 | 100 | 0 | 10100 | 100111 | 1001000 | 1110 | 110111 |
Color Harmonies of #969C7D
Complementary color
Monochromatic Colors of #969C7D
Black with #969C7D
Text Example
Text Example
White with #969C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C7D; }
p { color: rgb(150,156,125); }
H1.HeaderClassName
{
color: #969C7D;
}
.AnyTagClassName
{
color: #969C7D;
}
</style>
background-color css
<style>
a { background-color: #969C7D; }
a { background-color: rgb(150,156,125); }
div.DivClassName
{
background-color: #969C7D;
}
.BgClassName
{
background-color: #969C7D;
}
</style>
border-color css
<style>
span { border-color: #969C7D; }
span { border-color: rgb(150,156,125); }
td.TdClassName
{
border-color: #969C7D;
}
.TagClassName
{
border-color: #969C7D;
}
</style>