Shades of Sage #8D9380
Tints of Sage #8D9380
RGB
CMYK
RGB Variations
Color information
#8D9380 (or 0x8D9380) is known color: Sage. HEX triplet: 8D, 93 and 80. RGB value is (141,147,128). Sum of RGB (Red+Green+Blue) = 141+147+128=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9380 is #726C7F. Grayscale: #8F8F8F. Windows color (decimal): -7498880 or 8426381. OLE color: 8426381.
HSL color Cylindrical-coordinate representation of color #8D9380: hue angle of 78.95º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D9380 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 128 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.42 |
| HSL | 78.95º | 0.08% | 0.54% | - |
| HSV(B) | 78.95º | 0.13% | 0.58% | - |
| XYZ | 25.31 | 28.09 | 24.51 | - |
| YUV | 143.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 128 | 0.04 | 0 | 0.13 | 0.42 | 78.95 | 0.08 | 0.54 |
| Hex | 8D | 93 | 80 | 4 | 0 | D | 2A | 4F | 8 | 36 |
| Octal | 215 | 223 | 200 | 4 | 0 | 15 | 52 | 117 | 10 | 66 |
| Binary | 10001101 | 10010011 | 10000000 | 100 | 0 | 1101 | 101010 | 1001111 | 1000 | 110110 |
Color Harmonies of #8D9380
Complementary color
Monochromatic Colors of #8D9380
Black with #8D9380
Text Example
Text Example
White with #8D9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9380; }
p { color: rgb(141,147,128); }
H1.HeaderClassName
{
color: #8D9380;
}
.AnyTagClassName
{
color: #8D9380;
}
</style>
background-color css
<style>
a { background-color: #8D9380; }
a { background-color: rgb(141,147,128); }
div.DivClassName
{
background-color: #8D9380;
}
.BgClassName
{
background-color: #8D9380;
}
</style>
border-color css
<style>
span { border-color: #8D9380; }
span { border-color: rgb(141,147,128); }
td.TdClassName
{
border-color: #8D9380;
}
.TagClassName
{
border-color: #8D9380;
}
</style>