Shades of Sage #949D71
Tints of Sage #949D71
RGB
CMYK
RGB Variations
Color information
#949D71 (or 0x949D71) is known color: Sage. HEX triplet: 94, 9D and 71. RGB value is (148,157,113). Sum of RGB (Red+Green+Blue) = 148+157+113=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #949D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D71 is #6B628E. Grayscale: #959595. Windows color (decimal): -7037583 or 7445908. OLE color: 7445908.
HSL color Cylindrical-coordinate representation of color #949D71: hue angle of 72.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949D71 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 113 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.38 |
| HSL | 72.27º | 0.18% | 0.53% | - |
| HSV(B) | 72.27º | 0.28% | 0.62% | - |
| XYZ | 27.25 | 31.6 | 20.29 | - |
| YUV | 149.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 113 | 0.06 | 0 | 0.28 | 0.38 | 72.27 | 0.18 | 0.53 |
| Hex | 94 | 9D | 71 | 6 | 0 | 1C | 26 | 48 | 12 | 35 |
| Octal | 224 | 235 | 161 | 6 | 0 | 34 | 46 | 110 | 22 | 65 |
| Binary | 10010100 | 10011101 | 1110001 | 110 | 0 | 11100 | 100110 | 1001000 | 10010 | 110101 |
Color Harmonies of #949D71
Complementary color
Monochromatic Colors of #949D71
Black with #949D71
Text Example
Text Example
White with #949D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D71; }
p { color: rgb(148,157,113); }
H1.HeaderClassName
{
color: #949D71;
}
.AnyTagClassName
{
color: #949D71;
}
</style>
background-color css
<style>
a { background-color: #949D71; }
a { background-color: rgb(148,157,113); }
div.DivClassName
{
background-color: #949D71;
}
.BgClassName
{
background-color: #949D71;
}
</style>
border-color css
<style>
span { border-color: #949D71; }
span { border-color: rgb(148,157,113); }
td.TdClassName
{
border-color: #949D71;
}
.TagClassName
{
border-color: #949D71;
}
</style>