Shades of Sage #919E72
Tints of Sage #919E72
RGB
CMYK
RGB Variations
Color information
#919E72 (or 0x919E72) is known color: Sage. HEX triplet: 91, 9E and 72. RGB value is (145,158,114). Sum of RGB (Red+Green+Blue) = 145+158+114=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 158 - color contains mainly: green. Hex color #919E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E72 is #6E618D. Grayscale: #959595. Windows color (decimal): -7233934 or 7511697. OLE color: 7511697.
HSL color Cylindrical-coordinate representation of color #919E72: hue angle of 77.73º degrees, saturation: 0.18, 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 #919E72 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 114 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.38 |
| HSL | 77.73º | 0.18% | 0.53% | - |
| HSV(B) | 77.73º | 0.28% | 0.62% | - |
| XYZ | 26.94 | 31.69 | 20.62 | - |
| YUV | 149.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 114 | 0.08 | 0 | 0.28 | 0.38 | 77.73 | 0.18 | 0.53 |
| Hex | 91 | 9E | 72 | 8 | 0 | 1C | 26 | 4E | 12 | 35 |
| Octal | 221 | 236 | 162 | 10 | 0 | 34 | 46 | 116 | 22 | 65 |
| Binary | 10010001 | 10011110 | 1110010 | 1000 | 0 | 11100 | 100110 | 1001110 | 10010 | 110101 |
Color Harmonies of #919E72
Complementary color
Monochromatic Colors of #919E72
Black with #919E72
Text Example
Text Example
White with #919E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E72; }
p { color: rgb(145,158,114); }
H1.HeaderClassName
{
color: #919E72;
}
.AnyTagClassName
{
color: #919E72;
}
</style>
background-color css
<style>
a { background-color: #919E72; }
a { background-color: rgb(145,158,114); }
div.DivClassName
{
background-color: #919E72;
}
.BgClassName
{
background-color: #919E72;
}
</style>
border-color css
<style>
span { border-color: #919E72; }
span { border-color: rgb(145,158,114); }
td.TdClassName
{
border-color: #919E72;
}
.TagClassName
{
border-color: #919E72;
}
</style>