Shades of Sage #95A17A
Tints of Sage #95A17A
RGB
CMYK
RGB Variations
Color information
#95A17A (or 0x95A17A) is known color: Sage. HEX triplet: 95, A1 and 7A. RGB value is (149,161,122). Sum of RGB (Red+Green+Blue) = 149+161+122=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #95A17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A17A is #6A5E85. Grayscale: #999999. Windows color (decimal): -6971014 or 8036757. OLE color: 8036757.
HSL color Cylindrical-coordinate representation of color #95A17A: hue angle of 78.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95A17A is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 122 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.37 |
| HSL | 78.46º | 0.17% | 0.55% | - |
| HSV(B) | 78.46º | 0.24% | 0.63% | - |
| XYZ | 28.65 | 33.28 | 23.33 | - |
| YUV | 152.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 122 | 0.07 | 0 | 0.24 | 0.37 | 78.46 | 0.17 | 0.55 |
| Hex | 95 | A1 | 7A | 7 | 0 | 18 | 25 | 4E | 11 | 37 |
| Octal | 225 | 241 | 172 | 7 | 0 | 30 | 45 | 116 | 21 | 67 |
| Binary | 10010101 | 10100001 | 1111010 | 111 | 0 | 11000 | 100101 | 1001110 | 10001 | 110111 |
Color Harmonies of #95A17A
Complementary color
Monochromatic Colors of #95A17A
Black with #95A17A
Text Example
Text Example
White with #95A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A17A; }
p { color: rgb(149,161,122); }
H1.HeaderClassName
{
color: #95A17A;
}
.AnyTagClassName
{
color: #95A17A;
}
</style>
background-color css
<style>
a { background-color: #95A17A; }
a { background-color: rgb(149,161,122); }
div.DivClassName
{
background-color: #95A17A;
}
.BgClassName
{
background-color: #95A17A;
}
</style>
border-color css
<style>
span { border-color: #95A17A; }
span { border-color: rgb(149,161,122); }
td.TdClassName
{
border-color: #95A17A;
}
.TagClassName
{
border-color: #95A17A;
}
</style>