Shades of Sage #949B76
Tints of Sage #949B76
RGB
CMYK
RGB Variations
Color information
#949B76 (or 0x949B76) is known color: Sage. HEX triplet: 94, 9B and 76. RGB value is (148,155,118). Sum of RGB (Red+Green+Blue) = 148+155+118=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #949B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B76 is #6B6489. Grayscale: #949494. Windows color (decimal): -7038090 or 7773076. OLE color: 7773076.
HSL color Cylindrical-coordinate representation of color #949B76: hue angle of 71.35º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949B76 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 118 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.39 |
| HSL | 71.35º | 0.16% | 0.54% | - |
| HSV(B) | 71.35º | 0.24% | 0.61% | - |
| XYZ | 27.2 | 31.05 | 21.7 | - |
| YUV | 148.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 118 | 0.05 | 0 | 0.24 | 0.39 | 71.35 | 0.16 | 0.54 |
| Hex | 94 | 9B | 76 | 5 | 0 | 18 | 27 | 47 | 10 | 36 |
| Octal | 224 | 233 | 166 | 5 | 0 | 30 | 47 | 107 | 20 | 66 |
| Binary | 10010100 | 10011011 | 1110110 | 101 | 0 | 11000 | 100111 | 1000111 | 10000 | 110110 |
Color Harmonies of #949B76
Complementary color
Monochromatic Colors of #949B76
Black with #949B76
Text Example
Text Example
White with #949B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B76; }
p { color: rgb(148,155,118); }
H1.HeaderClassName
{
color: #949B76;
}
.AnyTagClassName
{
color: #949B76;
}
</style>
background-color css
<style>
a { background-color: #949B76; }
a { background-color: rgb(148,155,118); }
div.DivClassName
{
background-color: #949B76;
}
.BgClassName
{
background-color: #949B76;
}
</style>
border-color css
<style>
span { border-color: #949B76; }
span { border-color: rgb(148,155,118); }
td.TdClassName
{
border-color: #949B76;
}
.TagClassName
{
border-color: #949B76;
}
</style>