Shades of Sage #95A773
Tints of Sage #95A773
RGB
CMYK
RGB Variations
Color information
#95A773 (or 0x95A773) is known color: Sage. HEX triplet: 95, A7 and 73. RGB value is (149,167,115). Sum of RGB (Red+Green+Blue) = 149+167+115=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #95A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A773 is #6A588C. Grayscale: #9B9B9B. Windows color (decimal): -6969485 or 7579541. OLE color: 7579541.
HSL color Cylindrical-coordinate representation of color #95A773: hue angle of 80.77º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95A773 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 115 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.35 |
| HSL | 80.77º | 0.23% | 0.55% | - |
| HSV(B) | 80.77º | 0.31% | 0.65% | - |
| XYZ | 29.31 | 35.26 | 21.48 | - |
| YUV | 155.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 115 | 0.11 | 0 | 0.31 | 0.35 | 80.77 | 0.23 | 0.55 |
| Hex | 95 | A7 | 73 | B | 0 | 1F | 23 | 51 | 17 | 37 |
| Octal | 225 | 247 | 163 | 13 | 0 | 37 | 43 | 121 | 27 | 67 |
| Binary | 10010101 | 10100111 | 1110011 | 1011 | 0 | 11111 | 100011 | 1010001 | 10111 | 110111 |
Color Harmonies of #95A773
Complementary color
Monochromatic Colors of #95A773
Black with #95A773
Text Example
Text Example
White with #95A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A773; }
p { color: rgb(149,167,115); }
H1.HeaderClassName
{
color: #95A773;
}
.AnyTagClassName
{
color: #95A773;
}
</style>
background-color css
<style>
a { background-color: #95A773; }
a { background-color: rgb(149,167,115); }
div.DivClassName
{
background-color: #95A773;
}
.BgClassName
{
background-color: #95A773;
}
</style>
border-color css
<style>
span { border-color: #95A773; }
span { border-color: rgb(149,167,115); }
td.TdClassName
{
border-color: #95A773;
}
.TagClassName
{
border-color: #95A773;
}
</style>