Shades of Sage #8DA172
Tints of Sage #8DA172
RGB
CMYK
RGB Variations
Color information
#8DA172 (or 0x8DA172) is known color: Sage. HEX triplet: 8D, A1 and 72. RGB value is (141,161,114). Sum of RGB (Red+Green+Blue) = 141+161+114=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA172 is #725E8D. Grayscale: #959595. Windows color (decimal): -7495310 or 7512461. OLE color: 7512461.
HSL color Cylindrical-coordinate representation of color #8DA172: hue angle of 85.53º 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 #8DA172 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 114 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.37 |
| HSL | 85.53º | 0.2% | 0.54% | - |
| HSV(B) | 85.53º | 0.29% | 0.63% | - |
| XYZ | 26.77 | 32.37 | 20.76 | - |
| YUV | 149.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 114 | 0.12 | 0 | 0.29 | 0.37 | 85.53 | 0.2 | 0.54 |
| Hex | 8D | A1 | 72 | C | 0 | 1D | 25 | 56 | 14 | 36 |
| Octal | 215 | 241 | 162 | 14 | 0 | 35 | 45 | 126 | 24 | 66 |
| Binary | 10001101 | 10100001 | 1110010 | 1100 | 0 | 11101 | 100101 | 1010110 | 10100 | 110110 |
Color Harmonies of #8DA172
Complementary color
Monochromatic Colors of #8DA172
Black with #8DA172
Text Example
Text Example
White with #8DA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA172; }
p { color: rgb(141,161,114); }
H1.HeaderClassName
{
color: #8DA172;
}
.AnyTagClassName
{
color: #8DA172;
}
</style>
background-color css
<style>
a { background-color: #8DA172; }
a { background-color: rgb(141,161,114); }
div.DivClassName
{
background-color: #8DA172;
}
.BgClassName
{
background-color: #8DA172;
}
</style>
border-color css
<style>
span { border-color: #8DA172; }
span { border-color: rgb(141,161,114); }
td.TdClassName
{
border-color: #8DA172;
}
.TagClassName
{
border-color: #8DA172;
}
</style>