Shades of Sage #95A17E
Tints of Sage #95A17E
RGB
CMYK
RGB Variations
Color information
#95A17E (or 0x95A17E) is known color: Sage. HEX triplet: 95, A1 and 7E. RGB value is (149,161,126). Sum of RGB (Red+Green+Blue) = 149+161+126=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #95A17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A17E is #6A5E81. Grayscale: #999999. Windows color (decimal): -6971010 or 8298901. OLE color: 8298901.
HSL color Cylindrical-coordinate representation of color #95A17E: hue angle of 80.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A17E is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 126 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.37 |
| HSL | 80.57º | 0.16% | 0.56% | - |
| HSV(B) | 80.57º | 0.22% | 0.63% | - |
| XYZ | 28.91 | 33.39 | 24.66 | - |
| YUV | 153.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 126 | 0.07 | 0 | 0.22 | 0.37 | 80.57 | 0.16 | 0.56 |
| Hex | 95 | A1 | 7E | 7 | 0 | 16 | 25 | 51 | 10 | 38 |
| Octal | 225 | 241 | 176 | 7 | 0 | 26 | 45 | 121 | 20 | 70 |
| Binary | 10010101 | 10100001 | 1111110 | 111 | 0 | 10110 | 100101 | 1010001 | 10000 | 111000 |
Color Harmonies of #95A17E
Complementary color
Monochromatic Colors of #95A17E
Black with #95A17E
Text Example
Text Example
White with #95A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A17E; }
p { color: rgb(149,161,126); }
H1.HeaderClassName
{
color: #95A17E;
}
.AnyTagClassName
{
color: #95A17E;
}
</style>
background-color css
<style>
a { background-color: #95A17E; }
a { background-color: rgb(149,161,126); }
div.DivClassName
{
background-color: #95A17E;
}
.BgClassName
{
background-color: #95A17E;
}
</style>
border-color css
<style>
span { border-color: #95A17E; }
span { border-color: rgb(149,161,126); }
td.TdClassName
{
border-color: #95A17E;
}
.TagClassName
{
border-color: #95A17E;
}
</style>