Shades of Sage #969A78
Tints of Sage #969A78
RGB
CMYK
RGB Variations
Color information
#969A78 (or 0x969A78) is known color: Sage. HEX triplet: 96, 9A and 78. RGB value is (150,154,120). Sum of RGB (Red+Green+Blue) = 150+154+120=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #969A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A78 is #696587. Grayscale: #959595. Windows color (decimal): -6907272 or 7903894. OLE color: 7903894.
HSL color Cylindrical-coordinate representation of color #969A78: hue angle of 67.06º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #969A78 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 120 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.40 |
| HSL | 67.06º | 0.14% | 0.54% | - |
| HSV(B) | 67.06º | 0.22% | 0.6% | - |
| XYZ | 27.52 | 30.95 | 22.29 | - |
| YUV | 148.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 120 | 0.03 | 0 | 0.22 | 0.40 | 67.06 | 0.14 | 0.54 |
| Hex | 96 | 9A | 78 | 3 | 0 | 16 | 28 | 43 | E | 36 |
| Octal | 226 | 232 | 170 | 3 | 0 | 26 | 50 | 103 | 16 | 66 |
| Binary | 10010110 | 10011010 | 1111000 | 11 | 0 | 10110 | 101000 | 1000011 | 1110 | 110110 |
Color Harmonies of #969A78
Complementary color
Monochromatic Colors of #969A78
Black with #969A78
Text Example
Text Example
White with #969A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A78; }
p { color: rgb(150,154,120); }
H1.HeaderClassName
{
color: #969A78;
}
.AnyTagClassName
{
color: #969A78;
}
</style>
background-color css
<style>
a { background-color: #969A78; }
a { background-color: rgb(150,154,120); }
div.DivClassName
{
background-color: #969A78;
}
.BgClassName
{
background-color: #969A78;
}
</style>
border-color css
<style>
span { border-color: #969A78; }
span { border-color: rgb(150,154,120); }
td.TdClassName
{
border-color: #969A78;
}
.TagClassName
{
border-color: #969A78;
}
</style>