Shades of Sage #969B77
Tints of Sage #969B77
RGB
CMYK
RGB Variations
Color information
#969B77 (or 0x969B77) is known color: Sage. HEX triplet: 96, 9B and 77. RGB value is (150,155,119). Sum of RGB (Red+Green+Blue) = 150+155+119=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #969B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B77 is #696488. Grayscale: #959595. Windows color (decimal): -6907017 or 7838614. OLE color: 7838614.
HSL color Cylindrical-coordinate representation of color #969B77: hue angle of 68.33º 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 #969B77 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 119 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.39 |
| HSL | 68.33º | 0.15% | 0.54% | - |
| HSV(B) | 68.33º | 0.23% | 0.61% | - |
| XYZ | 27.63 | 31.26 | 22.03 | - |
| YUV | 149.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 119 | 0.03 | 0 | 0.23 | 0.39 | 68.33 | 0.15 | 0.54 |
| Hex | 96 | 9B | 77 | 3 | 0 | 17 | 27 | 44 | F | 36 |
| Octal | 226 | 233 | 167 | 3 | 0 | 27 | 47 | 104 | 17 | 66 |
| Binary | 10010110 | 10011011 | 1110111 | 11 | 0 | 10111 | 100111 | 1000100 | 1111 | 110110 |
Color Harmonies of #969B77
Complementary color
Monochromatic Colors of #969B77
Black with #969B77
Text Example
Text Example
White with #969B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B77; }
p { color: rgb(150,155,119); }
H1.HeaderClassName
{
color: #969B77;
}
.AnyTagClassName
{
color: #969B77;
}
</style>
background-color css
<style>
a { background-color: #969B77; }
a { background-color: rgb(150,155,119); }
div.DivClassName
{
background-color: #969B77;
}
.BgClassName
{
background-color: #969B77;
}
</style>
border-color css
<style>
span { border-color: #969B77; }
span { border-color: rgb(150,155,119); }
td.TdClassName
{
border-color: #969B77;
}
.TagClassName
{
border-color: #969B77;
}
</style>