Shades of Sage #959B7B
Tints of Sage #959B7B
RGB
CMYK
RGB Variations
Color information
#959B7B (or 0x959B7B) is known color: Sage. HEX triplet: 95, 9B and 7B. RGB value is (149,155,123). Sum of RGB (Red+Green+Blue) = 149+155+123=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #959B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B7B is #6A6484. Grayscale: #959595. Windows color (decimal): -6972549 or 8100757. OLE color: 8100757.
HSL color Cylindrical-coordinate representation of color #959B7B: hue angle of 71.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959B7B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 123 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.39 |
| HSL | 71.25º | 0.14% | 0.55% | - |
| HSV(B) | 71.25º | 0.21% | 0.61% | - |
| XYZ | 27.69 | 31.26 | 23.31 | - |
| YUV | 149.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 123 | 0.04 | 0 | 0.21 | 0.39 | 71.25 | 0.14 | 0.55 |
| Hex | 95 | 9B | 7B | 4 | 0 | 15 | 27 | 47 | E | 37 |
| Octal | 225 | 233 | 173 | 4 | 0 | 25 | 47 | 107 | 16 | 67 |
| Binary | 10010101 | 10011011 | 1111011 | 100 | 0 | 10101 | 100111 | 1000111 | 1110 | 110111 |
Color Harmonies of #959B7B
Complementary color
Monochromatic Colors of #959B7B
Black with #959B7B
Text Example
Text Example
White with #959B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B7B; }
p { color: rgb(149,155,123); }
H1.HeaderClassName
{
color: #959B7B;
}
.AnyTagClassName
{
color: #959B7B;
}
</style>
background-color css
<style>
a { background-color: #959B7B; }
a { background-color: rgb(149,155,123); }
div.DivClassName
{
background-color: #959B7B;
}
.BgClassName
{
background-color: #959B7B;
}
</style>
border-color css
<style>
span { border-color: #959B7B; }
span { border-color: rgb(149,155,123); }
td.TdClassName
{
border-color: #959B7B;
}
.TagClassName
{
border-color: #959B7B;
}
</style>