Shades of Sage #919C71
Tints of Sage #919C71
RGB
CMYK
RGB Variations
Color information
#919C71 (or 0x919C71) is known color: Sage. HEX triplet: 91, 9C and 71. RGB value is (145,156,113). Sum of RGB (Red+Green+Blue) = 145+156+113=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #919C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C71 is #6E638E. Grayscale: #939393. Windows color (decimal): -7234447 or 7445649. OLE color: 7445649.
HSL color Cylindrical-coordinate representation of color #919C71: hue angle of 75.35º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919C71 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 113 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.39 |
| HSL | 75.35º | 0.18% | 0.53% | - |
| HSV(B) | 75.35º | 0.28% | 0.61% | - |
| XYZ | 26.55 | 30.99 | 20.21 | - |
| YUV | 147.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 113 | 0.07 | 0 | 0.28 | 0.39 | 75.35 | 0.18 | 0.53 |
| Hex | 91 | 9C | 71 | 7 | 0 | 1C | 27 | 4B | 12 | 35 |
| Octal | 221 | 234 | 161 | 7 | 0 | 34 | 47 | 113 | 22 | 65 |
| Binary | 10010001 | 10011100 | 1110001 | 111 | 0 | 11100 | 100111 | 1001011 | 10010 | 110101 |
Color Harmonies of #919C71
Complementary color
Monochromatic Colors of #919C71
Black with #919C71
Text Example
Text Example
White with #919C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C71; }
p { color: rgb(145,156,113); }
H1.HeaderClassName
{
color: #919C71;
}
.AnyTagClassName
{
color: #919C71;
}
</style>
background-color css
<style>
a { background-color: #919C71; }
a { background-color: rgb(145,156,113); }
div.DivClassName
{
background-color: #919C71;
}
.BgClassName
{
background-color: #919C71;
}
</style>
border-color css
<style>
span { border-color: #919C71; }
span { border-color: rgb(145,156,113); }
td.TdClassName
{
border-color: #919C71;
}
.TagClassName
{
border-color: #919C71;
}
</style>