Shades of Sage #919C74
Tints of Sage #919C74
RGB
CMYK
RGB Variations
Color information
#919C74 (or 0x919C74) is known color: Sage. HEX triplet: 91, 9C and 74. RGB value is (145,156,116). Sum of RGB (Red+Green+Blue) = 145+156+116=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #919C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C74 is #6E638B. Grayscale: #949494. Windows color (decimal): -7234444 or 7642257. OLE color: 7642257.
HSL color Cylindrical-coordinate representation of color #919C74: hue angle of 76.5º 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 #919C74 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 116 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.39 |
| HSL | 76.5º | 0.17% | 0.53% | - |
| HSV(B) | 76.5º | 0.26% | 0.61% | - |
| XYZ | 26.72 | 31.06 | 21.11 | - |
| YUV | 148.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 116 | 0.07 | 0 | 0.26 | 0.39 | 76.5 | 0.17 | 0.53 |
| Hex | 91 | 9C | 74 | 7 | 0 | 1A | 27 | 4C | 11 | 35 |
| Octal | 221 | 234 | 164 | 7 | 0 | 32 | 47 | 114 | 21 | 65 |
| Binary | 10010001 | 10011100 | 1110100 | 111 | 0 | 11010 | 100111 | 1001100 | 10001 | 110101 |
Color Harmonies of #919C74
Complementary color
Monochromatic Colors of #919C74
Black with #919C74
Text Example
Text Example
White with #919C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C74; }
p { color: rgb(145,156,116); }
H1.HeaderClassName
{
color: #919C74;
}
.AnyTagClassName
{
color: #919C74;
}
</style>
background-color css
<style>
a { background-color: #919C74; }
a { background-color: rgb(145,156,116); }
div.DivClassName
{
background-color: #919C74;
}
.BgClassName
{
background-color: #919C74;
}
</style>
border-color css
<style>
span { border-color: #919C74; }
span { border-color: rgb(145,156,116); }
td.TdClassName
{
border-color: #919C74;
}
.TagClassName
{
border-color: #919C74;
}
</style>