Shades of Sage #95A775
Tints of Sage #95A775
RGB
CMYK
RGB Variations
Color information
#95A775 (or 0x95A775) is known color: Sage. HEX triplet: 95, A7 and 75. RGB value is (149,167,117). Sum of RGB (Red+Green+Blue) = 149+167+117=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #95A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A775 is #6A588A. Grayscale: #9C9C9C. Windows color (decimal): -6969483 or 7710613. OLE color: 7710613.
HSL color Cylindrical-coordinate representation of color #95A775: hue angle of 81.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A775 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 117 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.35 |
| HSL | 81.6º | 0.22% | 0.56% | - |
| HSV(B) | 81.6º | 0.3% | 0.65% | - |
| XYZ | 29.42 | 35.31 | 22.09 | - |
| YUV | 155.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 117 | 0.11 | 0 | 0.30 | 0.35 | 81.6 | 0.22 | 0.56 |
| Hex | 95 | A7 | 75 | B | 0 | 1E | 23 | 52 | 16 | 38 |
| Octal | 225 | 247 | 165 | 13 | 0 | 36 | 43 | 122 | 26 | 70 |
| Binary | 10010101 | 10100111 | 1110101 | 1011 | 0 | 11110 | 100011 | 1010010 | 10110 | 111000 |
Color Harmonies of #95A775
Complementary color
Monochromatic Colors of #95A775
Black with #95A775
Text Example
Text Example
White with #95A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A775; }
p { color: rgb(149,167,117); }
H1.HeaderClassName
{
color: #95A775;
}
.AnyTagClassName
{
color: #95A775;
}
</style>
background-color css
<style>
a { background-color: #95A775; }
a { background-color: rgb(149,167,117); }
div.DivClassName
{
background-color: #95A775;
}
.BgClassName
{
background-color: #95A775;
}
</style>
border-color css
<style>
span { border-color: #95A775; }
span { border-color: rgb(149,167,117); }
td.TdClassName
{
border-color: #95A775;
}
.TagClassName
{
border-color: #95A775;
}
</style>