Shades of Sage #95A06D
Tints of Sage #95A06D
RGB
CMYK
RGB Variations
Color information
#95A06D (or 0x95A06D) is known color: Sage. HEX triplet: 95, A0 and 6D. RGB value is (149,160,109). Sum of RGB (Red+Green+Blue) = 149+160+109=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #95A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A06D is #6A5F92. Grayscale: #979797. Windows color (decimal): -6971283 or 7184533. OLE color: 7184533.
HSL color Cylindrical-coordinate representation of color #95A06D: hue angle of 72.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A06D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 160 | 109 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.37 |
| HSL | 72.94º | 0.21% | 0.53% | - |
| HSV(B) | 72.94º | 0.32% | 0.63% | - |
| XYZ | 27.73 | 32.64 | 19.31 | - |
| YUV | 150.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 109 | 0.07 | 0 | 0.32 | 0.37 | 72.94 | 0.21 | 0.53 |
| Hex | 95 | A0 | 6D | 7 | 0 | 20 | 25 | 49 | 15 | 35 |
| Octal | 225 | 240 | 155 | 7 | 0 | 40 | 45 | 111 | 25 | 65 |
| Binary | 10010101 | 10100000 | 1101101 | 111 | 0 | 100000 | 100101 | 1001001 | 10101 | 110101 |
Color Harmonies of #95A06D
Complementary color
Monochromatic Colors of #95A06D
Black with #95A06D
Text Example
Text Example
White with #95A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A06D; }
p { color: rgb(149,160,109); }
H1.HeaderClassName
{
color: #95A06D;
}
.AnyTagClassName
{
color: #95A06D;
}
</style>
background-color css
<style>
a { background-color: #95A06D; }
a { background-color: rgb(149,160,109); }
div.DivClassName
{
background-color: #95A06D;
}
.BgClassName
{
background-color: #95A06D;
}
</style>
border-color css
<style>
span { border-color: #95A06D; }
span { border-color: rgb(149,160,109); }
td.TdClassName
{
border-color: #95A06D;
}
.TagClassName
{
border-color: #95A06D;
}
</style>