Shades of Sage #8DA073
Tints of Sage #8DA073
RGB
CMYK
RGB Variations
Color information
#8DA073 (or 0x8DA073) is known color: Sage. HEX triplet: 8D, A0 and 73. RGB value is (141,160,115). Sum of RGB (Red+Green+Blue) = 141+160+115=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA073 is #725F8C. Grayscale: #959595. Windows color (decimal): -7495565 or 7577741. OLE color: 7577741.
HSL color Cylindrical-coordinate representation of color #8DA073: hue angle of 85.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DA073 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 115 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.37 |
| HSL | 85.33º | 0.19% | 0.54% | - |
| HSV(B) | 85.33º | 0.28% | 0.63% | - |
| XYZ | 26.65 | 32.04 | 21 | - |
| YUV | 149.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 115 | 0.12 | 0 | 0.28 | 0.37 | 85.33 | 0.19 | 0.54 |
| Hex | 8D | A0 | 73 | C | 0 | 1C | 25 | 55 | 13 | 36 |
| Octal | 215 | 240 | 163 | 14 | 0 | 34 | 45 | 125 | 23 | 66 |
| Binary | 10001101 | 10100000 | 1110011 | 1100 | 0 | 11100 | 100101 | 1010101 | 10011 | 110110 |
Color Harmonies of #8DA073
Complementary color
Monochromatic Colors of #8DA073
Black with #8DA073
Text Example
Text Example
White with #8DA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA073; }
p { color: rgb(141,160,115); }
H1.HeaderClassName
{
color: #8DA073;
}
.AnyTagClassName
{
color: #8DA073;
}
</style>
background-color css
<style>
a { background-color: #8DA073; }
a { background-color: rgb(141,160,115); }
div.DivClassName
{
background-color: #8DA073;
}
.BgClassName
{
background-color: #8DA073;
}
</style>
border-color css
<style>
span { border-color: #8DA073; }
span { border-color: rgb(141,160,115); }
td.TdClassName
{
border-color: #8DA073;
}
.TagClassName
{
border-color: #8DA073;
}
</style>