Shades of Sage #95A07D
Tints of Sage #95A07D
RGB
CMYK
RGB Variations
Color information
#95A07D (or 0x95A07D) is known color: Sage. HEX triplet: 95, A0 and 7D. RGB value is (149,160,125). Sum of RGB (Red+Green+Blue) = 149+160+125=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #95A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A07D is #6A5F82. Grayscale: #989898. Windows color (decimal): -6971267 or 8233109. OLE color: 8233109.
HSL color Cylindrical-coordinate representation of color #95A07D: hue angle of 78.86º 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 #95A07D is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 160 | 125 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.37 |
| HSL | 78.86º | 0.16% | 0.56% | - |
| HSV(B) | 78.86º | 0.22% | 0.63% | - |
| XYZ | 28.67 | 33.01 | 24.26 | - |
| YUV | 152.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 125 | 0.07 | 0 | 0.22 | 0.37 | 78.86 | 0.16 | 0.56 |
| Hex | 95 | A0 | 7D | 7 | 0 | 16 | 25 | 4F | 10 | 38 |
| Octal | 225 | 240 | 175 | 7 | 0 | 26 | 45 | 117 | 20 | 70 |
| Binary | 10010101 | 10100000 | 1111101 | 111 | 0 | 10110 | 100101 | 1001111 | 10000 | 111000 |
Color Harmonies of #95A07D
Complementary color
Monochromatic Colors of #95A07D
Black with #95A07D
Text Example
Text Example
White with #95A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A07D; }
p { color: rgb(149,160,125); }
H1.HeaderClassName
{
color: #95A07D;
}
.AnyTagClassName
{
color: #95A07D;
}
</style>
background-color css
<style>
a { background-color: #95A07D; }
a { background-color: rgb(149,160,125); }
div.DivClassName
{
background-color: #95A07D;
}
.BgClassName
{
background-color: #95A07D;
}
</style>
border-color css
<style>
span { border-color: #95A07D; }
span { border-color: rgb(149,160,125); }
td.TdClassName
{
border-color: #95A07D;
}
.TagClassName
{
border-color: #95A07D;
}
</style>