Shades of Sage #969A7C
Tints of Sage #969A7C
RGB
CMYK
RGB Variations
Color information
#969A7C (or 0x969A7C) is known color: Sage. HEX triplet: 96, 9A and 7C. RGB value is (150,154,124). Sum of RGB (Red+Green+Blue) = 150+154+124=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #969A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A7C is #696583. Grayscale: #959595. Windows color (decimal): -6907268 or 8166038. OLE color: 8166038.
HSL color Cylindrical-coordinate representation of color #969A7C: hue angle of 68º 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 #969A7C is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 124 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.40 |
| HSL | 68º | 0.13% | 0.55% | - |
| HSV(B) | 68º | 0.19% | 0.6% | - |
| XYZ | 27.77 | 31.05 | 23.6 | - |
| YUV | 149.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 124 | 0.03 | 0 | 0.19 | 0.40 | 68 | 0.13 | 0.55 |
| Hex | 96 | 9A | 7C | 3 | 0 | 13 | 28 | 44 | D | 37 |
| Octal | 226 | 232 | 174 | 3 | 0 | 23 | 50 | 104 | 15 | 67 |
| Binary | 10010110 | 10011010 | 1111100 | 11 | 0 | 10011 | 101000 | 1000100 | 1101 | 110111 |
Color Harmonies of #969A7C
Complementary color
Monochromatic Colors of #969A7C
Black with #969A7C
Text Example
Text Example
White with #969A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A7C; }
p { color: rgb(150,154,124); }
H1.HeaderClassName
{
color: #969A7C;
}
.AnyTagClassName
{
color: #969A7C;
}
</style>
background-color css
<style>
a { background-color: #969A7C; }
a { background-color: rgb(150,154,124); }
div.DivClassName
{
background-color: #969A7C;
}
.BgClassName
{
background-color: #969A7C;
}
</style>
border-color css
<style>
span { border-color: #969A7C; }
span { border-color: rgb(150,154,124); }
td.TdClassName
{
border-color: #969A7C;
}
.TagClassName
{
border-color: #969A7C;
}
</style>