Shades of Sage #949C73
Tints of Sage #949C73
RGB
CMYK
RGB Variations
Color information
#949C73 (or 0x949C73) is known color: Sage. HEX triplet: 94, 9C and 73. RGB value is (148,156,115). Sum of RGB (Red+Green+Blue) = 148+156+115=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #949C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C73 is #6B638C. Grayscale: #959595. Windows color (decimal): -7037837 or 7576724. OLE color: 7576724.
HSL color Cylindrical-coordinate representation of color #949C73: hue angle of 71.71º 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 #949C73 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 156 | 115 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.39 |
| HSL | 71.71º | 0.17% | 0.53% | - |
| HSV(B) | 71.71º | 0.26% | 0.61% | - |
| XYZ | 27.2 | 31.31 | 20.83 | - |
| YUV | 148.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 115 | 0.05 | 0 | 0.26 | 0.39 | 71.71 | 0.17 | 0.53 |
| Hex | 94 | 9C | 73 | 5 | 0 | 1A | 27 | 48 | 11 | 35 |
| Octal | 224 | 234 | 163 | 5 | 0 | 32 | 47 | 110 | 21 | 65 |
| Binary | 10010100 | 10011100 | 1110011 | 101 | 0 | 11010 | 100111 | 1001000 | 10001 | 110101 |
Color Harmonies of #949C73
Complementary color
Monochromatic Colors of #949C73
Black with #949C73
Text Example
Text Example
White with #949C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949C73; }
p { color: rgb(148,156,115); }
H1.HeaderClassName
{
color: #949C73;
}
.AnyTagClassName
{
color: #949C73;
}
</style>
background-color css
<style>
a { background-color: #949C73; }
a { background-color: rgb(148,156,115); }
div.DivClassName
{
background-color: #949C73;
}
.BgClassName
{
background-color: #949C73;
}
</style>
border-color css
<style>
span { border-color: #949C73; }
span { border-color: rgb(148,156,115); }
td.TdClassName
{
border-color: #949C73;
}
.TagClassName
{
border-color: #949C73;
}
</style>