Shades of Sage #95A27B
Tints of Sage #95A27B
RGB
CMYK
RGB Variations
Color information
#95A27B (or 0x95A27B) is known color: Sage. HEX triplet: 95, A2 and 7B. RGB value is (149,162,123). Sum of RGB (Red+Green+Blue) = 149+162+123=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #95A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A27B is #6A5D84. Grayscale: #999999. Windows color (decimal): -6970757 or 8102549. OLE color: 8102549.
HSL color Cylindrical-coordinate representation of color #95A27B: hue angle of 80º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95A27B is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 123 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.36 |
| HSL | 80º | 0.17% | 0.56% | - |
| HSV(B) | 80º | 0.24% | 0.64% | - |
| XYZ | 28.89 | 33.66 | 23.71 | - |
| YUV | 153.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 123 | 0.08 | 0 | 0.24 | 0.36 | 80 | 0.17 | 0.56 |
| Hex | 95 | A2 | 7B | 8 | 0 | 18 | 24 | 50 | 11 | 38 |
| Octal | 225 | 242 | 173 | 10 | 0 | 30 | 44 | 120 | 21 | 70 |
| Binary | 10010101 | 10100010 | 1111011 | 1000 | 0 | 11000 | 100100 | 1010000 | 10001 | 111000 |
Color Harmonies of #95A27B
Complementary color
Monochromatic Colors of #95A27B
Black with #95A27B
Text Example
Text Example
White with #95A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A27B; }
p { color: rgb(149,162,123); }
H1.HeaderClassName
{
color: #95A27B;
}
.AnyTagClassName
{
color: #95A27B;
}
</style>
background-color css
<style>
a { background-color: #95A27B; }
a { background-color: rgb(149,162,123); }
div.DivClassName
{
background-color: #95A27B;
}
.BgClassName
{
background-color: #95A27B;
}
</style>
border-color css
<style>
span { border-color: #95A27B; }
span { border-color: rgb(149,162,123); }
td.TdClassName
{
border-color: #95A27B;
}
.TagClassName
{
border-color: #95A27B;
}
</style>