Shades of Sage #95A082
Tints of Sage #95A082
RGB
CMYK
RGB Variations
Color information
#95A082 (or 0x95A082) is known color: Sage. HEX triplet: 95, A0 and 82. RGB value is (149,160,130). Sum of RGB (Red+Green+Blue) = 149+160+130=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #95A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A082 is #6A5F7D. Grayscale: #999999. Windows color (decimal): -6971262 or 8560789. OLE color: 8560789.
HSL color Cylindrical-coordinate representation of color #95A082: hue angle of 82º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95A082 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 160 | 130 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.37 |
| HSL | 82º | 0.14% | 0.57% | - |
| HSV(B) | 82º | 0.19% | 0.63% | - |
| XYZ | 28.99 | 33.14 | 25.99 | - |
| YUV | 153.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 130 | 0.07 | 0 | 0.19 | 0.37 | 82 | 0.14 | 0.57 |
| Hex | 95 | A0 | 82 | 7 | 0 | 13 | 25 | 52 | E | 39 |
| Octal | 225 | 240 | 202 | 7 | 0 | 23 | 45 | 122 | 16 | 71 |
| Binary | 10010101 | 10100000 | 10000010 | 111 | 0 | 10011 | 100101 | 1010010 | 1110 | 111001 |
Color Harmonies of #95A082
Complementary color
Monochromatic Colors of #95A082
Black with #95A082
Text Example
Text Example
White with #95A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A082; }
p { color: rgb(149,160,130); }
H1.HeaderClassName
{
color: #95A082;
}
.AnyTagClassName
{
color: #95A082;
}
</style>
background-color css
<style>
a { background-color: #95A082; }
a { background-color: rgb(149,160,130); }
div.DivClassName
{
background-color: #95A082;
}
.BgClassName
{
background-color: #95A082;
}
</style>
border-color css
<style>
span { border-color: #95A082; }
span { border-color: rgb(149,160,130); }
td.TdClassName
{
border-color: #95A082;
}
.TagClassName
{
border-color: #95A082;
}
</style>