Shades of Sage #919A78
Tints of Sage #919A78
RGB
CMYK
RGB Variations
Color information
#919A78 (or 0x919A78) is known color: Sage. HEX triplet: 91, 9A and 78. RGB value is (145,154,120). Sum of RGB (Red+Green+Blue) = 145+154+120=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #919A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A78 is #6E6587. Grayscale: #939393. Windows color (decimal): -7234952 or 7903889. OLE color: 7903889.
HSL color Cylindrical-coordinate representation of color #919A78: hue angle of 75.88º 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 #919A78 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 120 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.40 |
| HSL | 75.88º | 0.14% | 0.54% | - |
| HSV(B) | 75.88º | 0.22% | 0.6% | - |
| XYZ | 26.62 | 30.49 | 22.25 | - |
| YUV | 147.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 120 | 0.06 | 0 | 0.22 | 0.40 | 75.88 | 0.14 | 0.54 |
| Hex | 91 | 9A | 78 | 6 | 0 | 16 | 28 | 4C | E | 36 |
| Octal | 221 | 232 | 170 | 6 | 0 | 26 | 50 | 114 | 16 | 66 |
| Binary | 10010001 | 10011010 | 1111000 | 110 | 0 | 10110 | 101000 | 1001100 | 1110 | 110110 |
Color Harmonies of #919A78
Complementary color
Monochromatic Colors of #919A78
Black with #919A78
Text Example
Text Example
White with #919A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A78; }
p { color: rgb(145,154,120); }
H1.HeaderClassName
{
color: #919A78;
}
.AnyTagClassName
{
color: #919A78;
}
</style>
background-color css
<style>
a { background-color: #919A78; }
a { background-color: rgb(145,154,120); }
div.DivClassName
{
background-color: #919A78;
}
.BgClassName
{
background-color: #919A78;
}
</style>
border-color css
<style>
span { border-color: #919A78; }
span { border-color: rgb(145,154,120); }
td.TdClassName
{
border-color: #919A78;
}
.TagClassName
{
border-color: #919A78;
}
</style>