Shades of Sage #919F71
Tints of Sage #919F71
RGB
CMYK
RGB Variations
Color information
#919F71 (or 0x919F71) is known color: Sage. HEX triplet: 91, 9F and 71. RGB value is (145,159,113). Sum of RGB (Red+Green+Blue) = 145+159+113=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #919F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F71 is #6E608E. Grayscale: #959595. Windows color (decimal): -7233679 or 7446417. OLE color: 7446417.
HSL color Cylindrical-coordinate representation of color #919F71: hue angle of 78.26º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919F71 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 113 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.38 |
| HSL | 78.26º | 0.19% | 0.53% | - |
| HSV(B) | 78.26º | 0.29% | 0.62% | - |
| XYZ | 27.06 | 32.01 | 20.38 | - |
| YUV | 149.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 113 | 0.09 | 0 | 0.29 | 0.38 | 78.26 | 0.19 | 0.53 |
| Hex | 91 | 9F | 71 | 9 | 0 | 1D | 26 | 4E | 13 | 35 |
| Octal | 221 | 237 | 161 | 11 | 0 | 35 | 46 | 116 | 23 | 65 |
| Binary | 10010001 | 10011111 | 1110001 | 1001 | 0 | 11101 | 100110 | 1001110 | 10011 | 110101 |
Color Harmonies of #919F71
Complementary color
Monochromatic Colors of #919F71
Black with #919F71
Text Example
Text Example
White with #919F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F71; }
p { color: rgb(145,159,113); }
H1.HeaderClassName
{
color: #919F71;
}
.AnyTagClassName
{
color: #919F71;
}
</style>
background-color css
<style>
a { background-color: #919F71; }
a { background-color: rgb(145,159,113); }
div.DivClassName
{
background-color: #919F71;
}
.BgClassName
{
background-color: #919F71;
}
</style>
border-color css
<style>
span { border-color: #919F71; }
span { border-color: rgb(145,159,113); }
td.TdClassName
{
border-color: #919F71;
}
.TagClassName
{
border-color: #919F71;
}
</style>