Shades of Sage #8DA173
Tints of Sage #8DA173
RGB
CMYK
RGB Variations
Color information
#8DA173 (or 0x8DA173) is known color: Sage. HEX triplet: 8D, A1 and 73. RGB value is (141,161,115). Sum of RGB (Red+Green+Blue) = 141+161+115=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA173 is #725E8C. Grayscale: #959595. Windows color (decimal): -7495309 or 7577997. OLE color: 7577997.
HSL color Cylindrical-coordinate representation of color #8DA173: hue angle of 86.09º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DA173 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 115 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.37 |
| HSL | 86.09º | 0.2% | 0.54% | - |
| HSV(B) | 86.09º | 0.29% | 0.63% | - |
| XYZ | 26.82 | 32.39 | 21.06 | - |
| YUV | 149.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 115 | 0.12 | 0 | 0.29 | 0.37 | 86.09 | 0.2 | 0.54 |
| Hex | 8D | A1 | 73 | C | 0 | 1D | 25 | 56 | 14 | 36 |
| Octal | 215 | 241 | 163 | 14 | 0 | 35 | 45 | 126 | 24 | 66 |
| Binary | 10001101 | 10100001 | 1110011 | 1100 | 0 | 11101 | 100101 | 1010110 | 10100 | 110110 |
Color Harmonies of #8DA173
Complementary color
Monochromatic Colors of #8DA173
Black with #8DA173
Text Example
Text Example
White with #8DA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA173; }
p { color: rgb(141,161,115); }
H1.HeaderClassName
{
color: #8DA173;
}
.AnyTagClassName
{
color: #8DA173;
}
</style>
background-color css
<style>
a { background-color: #8DA173; }
a { background-color: rgb(141,161,115); }
div.DivClassName
{
background-color: #8DA173;
}
.BgClassName
{
background-color: #8DA173;
}
</style>
border-color css
<style>
span { border-color: #8DA173; }
span { border-color: rgb(141,161,115); }
td.TdClassName
{
border-color: #8DA173;
}
.TagClassName
{
border-color: #8DA173;
}
</style>