Shades of Sage #95A37B
Tints of Sage #95A37B
RGB
CMYK
RGB Variations
Color information
#95A37B (or 0x95A37B) is known color: Sage. HEX triplet: 95, A3 and 7B. RGB value is (149,163,123). Sum of RGB (Red+Green+Blue) = 149+163+123=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #95A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A37B is #6A5C84. Grayscale: #9A9A9A. Windows color (decimal): -6970501 or 8102805. OLE color: 8102805.
HSL color Cylindrical-coordinate representation of color #95A37B: hue angle of 81º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95A37B is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 123 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.36 |
| HSL | 81º | 0.18% | 0.56% | - |
| HSV(B) | 81º | 0.25% | 0.64% | - |
| XYZ | 29.07 | 34.01 | 23.77 | - |
| YUV | 154.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 123 | 0.09 | 0 | 0.25 | 0.36 | 81 | 0.18 | 0.56 |
| Hex | 95 | A3 | 7B | 9 | 0 | 19 | 24 | 51 | 12 | 38 |
| Octal | 225 | 243 | 173 | 11 | 0 | 31 | 44 | 121 | 22 | 70 |
| Binary | 10010101 | 10100011 | 1111011 | 1001 | 0 | 11001 | 100100 | 1010001 | 10010 | 111000 |
Color Harmonies of #95A37B
Complementary color
Monochromatic Colors of #95A37B
Black with #95A37B
Text Example
Text Example
White with #95A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A37B; }
p { color: rgb(149,163,123); }
H1.HeaderClassName
{
color: #95A37B;
}
.AnyTagClassName
{
color: #95A37B;
}
</style>
background-color css
<style>
a { background-color: #95A37B; }
a { background-color: rgb(149,163,123); }
div.DivClassName
{
background-color: #95A37B;
}
.BgClassName
{
background-color: #95A37B;
}
</style>
border-color css
<style>
span { border-color: #95A37B; }
span { border-color: rgb(149,163,123); }
td.TdClassName
{
border-color: #95A37B;
}
.TagClassName
{
border-color: #95A37B;
}
</style>