Shades of Sage #919878
Tints of Sage #919878
RGB
CMYK
RGB Variations
Color information
#919878 (or 0x919878) is known color: Sage. HEX triplet: 91, 98 and 78. RGB value is (145,152,120). Sum of RGB (Red+Green+Blue) = 145+152+120=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #919878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919878 is #6E6787. Grayscale: #929292. Windows color (decimal): -7235464 or 7903377. OLE color: 7903377.
HSL color Cylindrical-coordinate representation of color #919878: hue angle of 73.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #919878 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 120 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.40 |
| HSL | 73.13º | 0.13% | 0.53% | - |
| HSV(B) | 73.13º | 0.21% | 0.6% | - |
| XYZ | 26.3 | 29.83 | 22.14 | - |
| YUV | 146.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 120 | 0.05 | 0 | 0.21 | 0.40 | 73.13 | 0.13 | 0.53 |
| Hex | 91 | 98 | 78 | 5 | 0 | 15 | 28 | 49 | D | 35 |
| Octal | 221 | 230 | 170 | 5 | 0 | 25 | 50 | 111 | 15 | 65 |
| Binary | 10010001 | 10011000 | 1111000 | 101 | 0 | 10101 | 101000 | 1001001 | 1101 | 110101 |
Color Harmonies of #919878
Complementary color
Monochromatic Colors of #919878
Black with #919878
Text Example
Text Example
White with #919878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919878; }
p { color: rgb(145,152,120); }
H1.HeaderClassName
{
color: #919878;
}
.AnyTagClassName
{
color: #919878;
}
</style>
background-color css
<style>
a { background-color: #919878; }
a { background-color: rgb(145,152,120); }
div.DivClassName
{
background-color: #919878;
}
.BgClassName
{
background-color: #919878;
}
</style>
border-color css
<style>
span { border-color: #919878; }
span { border-color: rgb(145,152,120); }
td.TdClassName
{
border-color: #919878;
}
.TagClassName
{
border-color: #919878;
}
</style>