Shades of Sage #919C73
Tints of Sage #919C73
RGB
CMYK
RGB Variations
Color information
#919C73 (or 0x919C73) is known color: Sage. HEX triplet: 91, 9C and 73. RGB value is (145,156,115). Sum of RGB (Red+Green+Blue) = 145+156+115=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #919C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C73 is #6E638C. Grayscale: #949494. Windows color (decimal): -7234445 or 7576721. OLE color: 7576721.
HSL color Cylindrical-coordinate representation of color #919C73: hue angle of 76.1º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #919C73 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 115 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.39 |
| HSL | 76.1º | 0.17% | 0.53% | - |
| HSV(B) | 76.1º | 0.26% | 0.61% | - |
| XYZ | 26.66 | 31.03 | 20.8 | - |
| YUV | 148.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 115 | 0.07 | 0 | 0.26 | 0.39 | 76.1 | 0.17 | 0.53 |
| Hex | 91 | 9C | 73 | 7 | 0 | 1A | 27 | 4C | 11 | 35 |
| Octal | 221 | 234 | 163 | 7 | 0 | 32 | 47 | 114 | 21 | 65 |
| Binary | 10010001 | 10011100 | 1110011 | 111 | 0 | 11010 | 100111 | 1001100 | 10001 | 110101 |
Color Harmonies of #919C73
Complementary color
Monochromatic Colors of #919C73
Black with #919C73
Text Example
Text Example
White with #919C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C73; }
p { color: rgb(145,156,115); }
H1.HeaderClassName
{
color: #919C73;
}
.AnyTagClassName
{
color: #919C73;
}
</style>
background-color css
<style>
a { background-color: #919C73; }
a { background-color: rgb(145,156,115); }
div.DivClassName
{
background-color: #919C73;
}
.BgClassName
{
background-color: #919C73;
}
</style>
border-color css
<style>
span { border-color: #919C73; }
span { border-color: rgb(145,156,115); }
td.TdClassName
{
border-color: #919C73;
}
.TagClassName
{
border-color: #919C73;
}
</style>