Shades of Sage #969A7A
Tints of Sage #969A7A
RGB
CMYK
RGB Variations
Color information
#969A7A (or 0x969A7A) is known color: Sage. HEX triplet: 96, 9A and 7A. RGB value is (150,154,122). Sum of RGB (Red+Green+Blue) = 150+154+122=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 154 - color contains mainly: green. Hex color #969A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A7A is #696585. Grayscale: #959595. Windows color (decimal): -6907270 or 8034966. OLE color: 8034966.
HSL color Cylindrical-coordinate representation of color #969A7A: hue angle of 67.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969A7A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 122 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.40 |
| HSL | 67.5º | 0.14% | 0.54% | - |
| HSV(B) | 67.5º | 0.21% | 0.6% | - |
| XYZ | 27.65 | 31 | 22.94 | - |
| YUV | 149.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 122 | 0.03 | 0 | 0.21 | 0.40 | 67.5 | 0.14 | 0.54 |
| Hex | 96 | 9A | 7A | 3 | 0 | 15 | 28 | 44 | E | 36 |
| Octal | 226 | 232 | 172 | 3 | 0 | 25 | 50 | 104 | 16 | 66 |
| Binary | 10010110 | 10011010 | 1111010 | 11 | 0 | 10101 | 101000 | 1000100 | 1110 | 110110 |
Color Harmonies of #969A7A
Complementary color
Monochromatic Colors of #969A7A
Black with #969A7A
Text Example
Text Example
White with #969A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A7A; }
p { color: rgb(150,154,122); }
H1.HeaderClassName
{
color: #969A7A;
}
.AnyTagClassName
{
color: #969A7A;
}
</style>
background-color css
<style>
a { background-color: #969A7A; }
a { background-color: rgb(150,154,122); }
div.DivClassName
{
background-color: #969A7A;
}
.BgClassName
{
background-color: #969A7A;
}
</style>
border-color css
<style>
span { border-color: #969A7A; }
span { border-color: rgb(150,154,122); }
td.TdClassName
{
border-color: #969A7A;
}
.TagClassName
{
border-color: #969A7A;
}
</style>