Shades of Sage #95A17C
Tints of Sage #95A17C
RGB
CMYK
RGB Variations
Color information
#95A17C (or 0x95A17C) is known color: Sage. HEX triplet: 95, A1 and 7C. RGB value is (149,161,124). Sum of RGB (Red+Green+Blue) = 149+161+124=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #95A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A17C is #6A5E83. Grayscale: #999999. Windows color (decimal): -6971012 or 8167829. OLE color: 8167829.
HSL color Cylindrical-coordinate representation of color #95A17C: hue angle of 79.46º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95A17C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 124 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.37 |
| HSL | 79.46º | 0.16% | 0.56% | - |
| HSV(B) | 79.46º | 0.23% | 0.63% | - |
| XYZ | 28.78 | 33.33 | 23.99 | - |
| YUV | 153.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 124 | 0.07 | 0 | 0.23 | 0.37 | 79.46 | 0.16 | 0.56 |
| Hex | 95 | A1 | 7C | 7 | 0 | 17 | 25 | 4F | 10 | 38 |
| Octal | 225 | 241 | 174 | 7 | 0 | 27 | 45 | 117 | 20 | 70 |
| Binary | 10010101 | 10100001 | 1111100 | 111 | 0 | 10111 | 100101 | 1001111 | 10000 | 111000 |
Color Harmonies of #95A17C
Complementary color
Monochromatic Colors of #95A17C
Black with #95A17C
Text Example
Text Example
White with #95A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A17C; }
p { color: rgb(149,161,124); }
H1.HeaderClassName
{
color: #95A17C;
}
.AnyTagClassName
{
color: #95A17C;
}
</style>
background-color css
<style>
a { background-color: #95A17C; }
a { background-color: rgb(149,161,124); }
div.DivClassName
{
background-color: #95A17C;
}
.BgClassName
{
background-color: #95A17C;
}
</style>
border-color css
<style>
span { border-color: #95A17C; }
span { border-color: rgb(149,161,124); }
td.TdClassName
{
border-color: #95A17C;
}
.TagClassName
{
border-color: #95A17C;
}
</style>