Shades of Sage #919E78
Tints of Sage #919E78
RGB
CMYK
RGB Variations
Color information
#919E78 (or 0x919E78) is known color: Sage. HEX triplet: 91, 9E and 78. RGB value is (145,158,120). Sum of RGB (Red+Green+Blue) = 145+158+120=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #919E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E78 is #6E6187. Grayscale: #959595. Windows color (decimal): -7233928 or 7904913. OLE color: 7904913.
HSL color Cylindrical-coordinate representation of color #919E78: hue angle of 80.53º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919E78 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 120 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.38 |
| HSL | 80.53º | 0.16% | 0.55% | - |
| HSV(B) | 80.53º | 0.24% | 0.62% | - |
| XYZ | 27.29 | 31.83 | 22.47 | - |
| YUV | 149.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 120 | 0.08 | 0 | 0.24 | 0.38 | 80.53 | 0.16 | 0.55 |
| Hex | 91 | 9E | 78 | 8 | 0 | 18 | 26 | 51 | 10 | 37 |
| Octal | 221 | 236 | 170 | 10 | 0 | 30 | 46 | 121 | 20 | 67 |
| Binary | 10010001 | 10011110 | 1111000 | 1000 | 0 | 11000 | 100110 | 1010001 | 10000 | 110111 |
Color Harmonies of #919E78
Complementary color
Monochromatic Colors of #919E78
Black with #919E78
Text Example
Text Example
White with #919E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E78; }
p { color: rgb(145,158,120); }
H1.HeaderClassName
{
color: #919E78;
}
.AnyTagClassName
{
color: #919E78;
}
</style>
background-color css
<style>
a { background-color: #919E78; }
a { background-color: rgb(145,158,120); }
div.DivClassName
{
background-color: #919E78;
}
.BgClassName
{
background-color: #919E78;
}
</style>
border-color css
<style>
span { border-color: #919E78; }
span { border-color: rgb(145,158,120); }
td.TdClassName
{
border-color: #919E78;
}
.TagClassName
{
border-color: #919E78;
}
</style>