Shades of Sage #949B77
Tints of Sage #949B77
RGB
CMYK
RGB Variations
Color information
#949B77 (or 0x949B77) is known color: Sage. HEX triplet: 94, 9B and 77. RGB value is (148,155,119). Sum of RGB (Red+Green+Blue) = 148+155+119=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #949B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B77 is #6B6488. Grayscale: #949494. Windows color (decimal): -7038089 or 7838612. OLE color: 7838612.
HSL color Cylindrical-coordinate representation of color #949B77: hue angle of 71.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949B77 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 119 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.39 |
| HSL | 71.67º | 0.15% | 0.54% | - |
| HSV(B) | 71.67º | 0.23% | 0.61% | - |
| XYZ | 27.26 | 31.07 | 22.01 | - |
| YUV | 148.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 119 | 0.05 | 0 | 0.23 | 0.39 | 71.67 | 0.15 | 0.54 |
| Hex | 94 | 9B | 77 | 5 | 0 | 17 | 27 | 48 | F | 36 |
| Octal | 224 | 233 | 167 | 5 | 0 | 27 | 47 | 110 | 17 | 66 |
| Binary | 10010100 | 10011011 | 1110111 | 101 | 0 | 10111 | 100111 | 1001000 | 1111 | 110110 |
Color Harmonies of #949B77
Complementary color
Monochromatic Colors of #949B77
Black with #949B77
Text Example
Text Example
White with #949B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B77; }
p { color: rgb(148,155,119); }
H1.HeaderClassName
{
color: #949B77;
}
.AnyTagClassName
{
color: #949B77;
}
</style>
background-color css
<style>
a { background-color: #949B77; }
a { background-color: rgb(148,155,119); }
div.DivClassName
{
background-color: #949B77;
}
.BgClassName
{
background-color: #949B77;
}
</style>
border-color css
<style>
span { border-color: #949B77; }
span { border-color: rgb(148,155,119); }
td.TdClassName
{
border-color: #949B77;
}
.TagClassName
{
border-color: #949B77;
}
</style>