Shades of Sage #949B71
Tints of Sage #949B71
RGB
CMYK
RGB Variations
Color information
#949B71 (or 0x949B71) is known color: Sage. HEX triplet: 94, 9B and 71. RGB value is (148,155,113). Sum of RGB (Red+Green+Blue) = 148+155+113=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #949B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B71 is #6B648E. Grayscale: #949494. Windows color (decimal): -7038095 or 7445396. OLE color: 7445396.
HSL color Cylindrical-coordinate representation of color #949B71: hue angle of 70º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949B71 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 113 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.39 |
| HSL | 70º | 0.17% | 0.53% | - |
| HSV(B) | 70º | 0.27% | 0.61% | - |
| XYZ | 26.91 | 30.93 | 20.17 | - |
| YUV | 148.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 113 | 0.05 | 0 | 0.27 | 0.39 | 70 | 0.17 | 0.53 |
| Hex | 94 | 9B | 71 | 5 | 0 | 1B | 27 | 46 | 11 | 35 |
| Octal | 224 | 233 | 161 | 5 | 0 | 33 | 47 | 106 | 21 | 65 |
| Binary | 10010100 | 10011011 | 1110001 | 101 | 0 | 11011 | 100111 | 1000110 | 10001 | 110101 |
Color Harmonies of #949B71
Complementary color
Monochromatic Colors of #949B71
Black with #949B71
Text Example
Text Example
White with #949B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B71; }
p { color: rgb(148,155,113); }
H1.HeaderClassName
{
color: #949B71;
}
.AnyTagClassName
{
color: #949B71;
}
</style>
background-color css
<style>
a { background-color: #949B71; }
a { background-color: rgb(148,155,113); }
div.DivClassName
{
background-color: #949B71;
}
.BgClassName
{
background-color: #949B71;
}
</style>
border-color css
<style>
span { border-color: #949B71; }
span { border-color: rgb(148,155,113); }
td.TdClassName
{
border-color: #949B71;
}
.TagClassName
{
border-color: #949B71;
}
</style>