Shades of Sage #959C71
Tints of Sage #959C71
RGB
CMYK
RGB Variations
Color information
#959C71 (or 0x959C71) is known color: Sage. HEX triplet: 95, 9C and 71. RGB value is (149,156,113). Sum of RGB (Red+Green+Blue) = 149+156+113=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #959C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C71 is #6A638E. Grayscale: #959595. Windows color (decimal): -6972303 or 7445653. OLE color: 7445653.
HSL color Cylindrical-coordinate representation of color #959C71: hue angle of 69.77º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #959C71 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 113 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.39 |
| HSL | 69.77º | 0.18% | 0.53% | - |
| HSV(B) | 69.77º | 0.28% | 0.61% | - |
| XYZ | 27.26 | 31.36 | 20.24 | - |
| YUV | 149.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 113 | 0.04 | 0 | 0.28 | 0.39 | 69.77 | 0.18 | 0.53 |
| Hex | 95 | 9C | 71 | 4 | 0 | 1C | 27 | 46 | 12 | 35 |
| Octal | 225 | 234 | 161 | 4 | 0 | 34 | 47 | 106 | 22 | 65 |
| Binary | 10010101 | 10011100 | 1110001 | 100 | 0 | 11100 | 100111 | 1000110 | 10010 | 110101 |
Color Harmonies of #959C71
Complementary color
Monochromatic Colors of #959C71
Black with #959C71
Text Example
Text Example
White with #959C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C71; }
p { color: rgb(149,156,113); }
H1.HeaderClassName
{
color: #959C71;
}
.AnyTagClassName
{
color: #959C71;
}
</style>
background-color css
<style>
a { background-color: #959C71; }
a { background-color: rgb(149,156,113); }
div.DivClassName
{
background-color: #959C71;
}
.BgClassName
{
background-color: #959C71;
}
</style>
border-color css
<style>
span { border-color: #959C71; }
span { border-color: rgb(149,156,113); }
td.TdClassName
{
border-color: #959C71;
}
.TagClassName
{
border-color: #959C71;
}
</style>