Shades of Sage #95A777
Tints of Sage #95A777
RGB
CMYK
RGB Variations
Color information
#95A777 (or 0x95A777) is known color: Sage. HEX triplet: 95, A7 and 77. RGB value is (149,167,119). Sum of RGB (Red+Green+Blue) = 149+167+119=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 167 - color contains mainly: green. Hex color #95A777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A777 is #6A5888. Grayscale: #9C9C9C. Windows color (decimal): -6969481 or 7841685. OLE color: 7841685.
HSL color Cylindrical-coordinate representation of color #95A777: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A777 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 119 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.35 |
| HSL | 82.5º | 0.21% | 0.56% | - |
| HSV(B) | 82.5º | 0.29% | 0.65% | - |
| XYZ | 29.54 | 35.36 | 22.72 | - |
| YUV | 156.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 119 | 0.11 | 0 | 0.29 | 0.35 | 82.5 | 0.21 | 0.56 |
| Hex | 95 | A7 | 77 | B | 0 | 1D | 23 | 52 | 15 | 38 |
| Octal | 225 | 247 | 167 | 13 | 0 | 35 | 43 | 122 | 25 | 70 |
| Binary | 10010101 | 10100111 | 1110111 | 1011 | 0 | 11101 | 100011 | 1010010 | 10101 | 111000 |
Color Harmonies of #95A777
Complementary color
Monochromatic Colors of #95A777
Black with #95A777
Text Example
Text Example
White with #95A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A777; }
p { color: rgb(149,167,119); }
H1.HeaderClassName
{
color: #95A777;
}
.AnyTagClassName
{
color: #95A777;
}
</style>
background-color css
<style>
a { background-color: #95A777; }
a { background-color: rgb(149,167,119); }
div.DivClassName
{
background-color: #95A777;
}
.BgClassName
{
background-color: #95A777;
}
</style>
border-color css
<style>
span { border-color: #95A777; }
span { border-color: rgb(149,167,119); }
td.TdClassName
{
border-color: #95A777;
}
.TagClassName
{
border-color: #95A777;
}
</style>