Shades of Sage #8D9181
Tints of Sage #8D9181
RGB
CMYK
RGB Variations
Color information
#8D9181 (or 0x8D9181) is known color: Sage. HEX triplet: 8D, 91 and 81. RGB value is (141,145,129). Sum of RGB (Red+Green+Blue) = 141+145+129=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9181 is #726E7E. Grayscale: #8E8E8E. Windows color (decimal): -7499391 or 8491405. OLE color: 8491405.
HSL color Cylindrical-coordinate representation of color #8D9181: hue angle of 75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9181 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 129 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.43 |
| HSL | 75º | 0.07% | 0.54% | - |
| HSV(B) | 75º | 0.11% | 0.57% | - |
| XYZ | 25.07 | 27.5 | 24.76 | - |
| YUV | 141.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 129 | 0.03 | 0 | 0.11 | 0.43 | 75 | 0.07 | 0.54 |
| Hex | 8D | 91 | 81 | 3 | 0 | B | 2B | 4B | 7 | 36 |
| Octal | 215 | 221 | 201 | 3 | 0 | 13 | 53 | 113 | 7 | 66 |
| Binary | 10001101 | 10010001 | 10000001 | 11 | 0 | 1011 | 101011 | 1001011 | 111 | 110110 |
Color Harmonies of #8D9181
Complementary color
Monochromatic Colors of #8D9181
Black with #8D9181
Text Example
Text Example
White with #8D9181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9181; }
p { color: rgb(141,145,129); }
H1.HeaderClassName
{
color: #8D9181;
}
.AnyTagClassName
{
color: #8D9181;
}
</style>
background-color css
<style>
a { background-color: #8D9181; }
a { background-color: rgb(141,145,129); }
div.DivClassName
{
background-color: #8D9181;
}
.BgClassName
{
background-color: #8D9181;
}
</style>
border-color css
<style>
span { border-color: #8D9181; }
span { border-color: rgb(141,145,129); }
td.TdClassName
{
border-color: #8D9181;
}
.TagClassName
{
border-color: #8D9181;
}
</style>