Shades of Sage #919E71
Tints of Sage #919E71
RGB
CMYK
RGB Variations
Color information
#919E71 (or 0x919E71) is known color: Sage. HEX triplet: 91, 9E and 71. RGB value is (145,158,113). Sum of RGB (Red+Green+Blue) = 145+158+113=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #919E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E71 is #6E618E. Grayscale: #959595. Windows color (decimal): -7233935 or 7446161. OLE color: 7446161.
HSL color Cylindrical-coordinate representation of color #919E71: hue angle of 77.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919E71 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 113 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.38 |
| HSL | 77.33º | 0.19% | 0.53% | - |
| HSV(B) | 77.33º | 0.28% | 0.62% | - |
| XYZ | 26.88 | 31.67 | 20.32 | - |
| YUV | 148.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 113 | 0.08 | 0 | 0.28 | 0.38 | 77.33 | 0.19 | 0.53 |
| Hex | 91 | 9E | 71 | 8 | 0 | 1C | 26 | 4D | 13 | 35 |
| Octal | 221 | 236 | 161 | 10 | 0 | 34 | 46 | 115 | 23 | 65 |
| Binary | 10010001 | 10011110 | 1110001 | 1000 | 0 | 11100 | 100110 | 1001101 | 10011 | 110101 |
Color Harmonies of #919E71
Complementary color
Monochromatic Colors of #919E71
Black with #919E71
Text Example
Text Example
White with #919E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E71; }
p { color: rgb(145,158,113); }
H1.HeaderClassName
{
color: #919E71;
}
.AnyTagClassName
{
color: #919E71;
}
</style>
background-color css
<style>
a { background-color: #919E71; }
a { background-color: rgb(145,158,113); }
div.DivClassName
{
background-color: #919E71;
}
.BgClassName
{
background-color: #919E71;
}
</style>
border-color css
<style>
span { border-color: #919E71; }
span { border-color: rgb(145,158,113); }
td.TdClassName
{
border-color: #919E71;
}
.TagClassName
{
border-color: #919E71;
}
</style>