Shades of Sage #95A676
Tints of Sage #95A676
RGB
CMYK
RGB Variations
Color information
#95A676 (or 0x95A676) is known color: Sage. HEX triplet: 95, A6 and 76. RGB value is (149,166,118). Sum of RGB (Red+Green+Blue) = 149+166+118=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #95A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A676 is #6A5989. Grayscale: #9B9B9B. Windows color (decimal): -6969738 or 7775893. OLE color: 7775893.
HSL color Cylindrical-coordinate representation of color #95A676: hue angle of 81.25º 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 #95A676 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 166 | 118 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.35 |
| HSL | 81.25º | 0.21% | 0.56% | - |
| HSV(B) | 81.25º | 0.29% | 0.65% | - |
| XYZ | 29.3 | 34.97 | 22.35 | - |
| YUV | 155.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 166 | 118 | 0.10 | 0 | 0.29 | 0.35 | 81.25 | 0.21 | 0.56 |
| Hex | 95 | A6 | 76 | A | 0 | 1D | 23 | 51 | 15 | 38 |
| Octal | 225 | 246 | 166 | 12 | 0 | 35 | 43 | 121 | 25 | 70 |
| Binary | 10010101 | 10100110 | 1110110 | 1010 | 0 | 11101 | 100011 | 1010001 | 10101 | 111000 |
Color Harmonies of #95A676
Complementary color
Monochromatic Colors of #95A676
Black with #95A676
Text Example
Text Example
White with #95A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A676; }
p { color: rgb(149,166,118); }
H1.HeaderClassName
{
color: #95A676;
}
.AnyTagClassName
{
color: #95A676;
}
</style>
background-color css
<style>
a { background-color: #95A676; }
a { background-color: rgb(149,166,118); }
div.DivClassName
{
background-color: #95A676;
}
.BgClassName
{
background-color: #95A676;
}
</style>
border-color css
<style>
span { border-color: #95A676; }
span { border-color: rgb(149,166,118); }
td.TdClassName
{
border-color: #95A676;
}
.TagClassName
{
border-color: #95A676;
}
</style>