Shades of Sage #95A36E
Tints of Sage #95A36E
RGB
CMYK
RGB Variations
Color information
#95A36E (or 0x95A36E) is known color: Sage. HEX triplet: 95, A3 and 6E. RGB value is (149,163,110). Sum of RGB (Red+Green+Blue) = 149+163+110=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #95A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A36E is #6A5C91. Grayscale: #989898. Windows color (decimal): -6970514 or 7250837. OLE color: 7250837.
HSL color Cylindrical-coordinate representation of color #95A36E: hue angle of 75.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95A36E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 110 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.36 |
| HSL | 75.85º | 0.22% | 0.54% | - |
| HSV(B) | 75.85º | 0.33% | 0.64% | - |
| XYZ | 28.31 | 33.71 | 19.77 | - |
| YUV | 152.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 110 | 0.09 | 0 | 0.33 | 0.36 | 75.85 | 0.22 | 0.54 |
| Hex | 95 | A3 | 6E | 9 | 0 | 21 | 24 | 4C | 16 | 36 |
| Octal | 225 | 243 | 156 | 11 | 0 | 41 | 44 | 114 | 26 | 66 |
| Binary | 10010101 | 10100011 | 1101110 | 1001 | 0 | 100001 | 100100 | 1001100 | 10110 | 110110 |
Color Harmonies of #95A36E
Complementary color
Monochromatic Colors of #95A36E
Black with #95A36E
Text Example
Text Example
White with #95A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A36E; }
p { color: rgb(149,163,110); }
H1.HeaderClassName
{
color: #95A36E;
}
.AnyTagClassName
{
color: #95A36E;
}
</style>
background-color css
<style>
a { background-color: #95A36E; }
a { background-color: rgb(149,163,110); }
div.DivClassName
{
background-color: #95A36E;
}
.BgClassName
{
background-color: #95A36E;
}
</style>
border-color css
<style>
span { border-color: #95A36E; }
span { border-color: rgb(149,163,110); }
td.TdClassName
{
border-color: #95A36E;
}
.TagClassName
{
border-color: #95A36E;
}
</style>