Shades of Sage #8D9B70
Tints of Sage #8D9B70
RGB
CMYK
RGB Variations
Color information
#8D9B70 (or 0x8D9B70) is known color: Sage. HEX triplet: 8D, 9B and 70. RGB value is (141,155,112). Sum of RGB (Red+Green+Blue) = 141+155+112=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B70 is #72648F. Grayscale: #929292. Windows color (decimal): -7496848 or 7379853. OLE color: 7379853.
HSL color Cylindrical-coordinate representation of color #8D9B70: hue angle of 79.53º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D9B70 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 112 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.39 |
| HSL | 79.53º | 0.18% | 0.52% | - |
| HSV(B) | 79.53º | 0.28% | 0.61% | - |
| XYZ | 25.63 | 30.28 | 19.82 | - |
| YUV | 145.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 112 | 0.09 | 0 | 0.28 | 0.39 | 79.53 | 0.18 | 0.52 |
| Hex | 8D | 9B | 70 | 9 | 0 | 1C | 27 | 50 | 12 | 34 |
| Octal | 215 | 233 | 160 | 11 | 0 | 34 | 47 | 120 | 22 | 64 |
| Binary | 10001101 | 10011011 | 1110000 | 1001 | 0 | 11100 | 100111 | 1010000 | 10010 | 110100 |
Color Harmonies of #8D9B70
Complementary color
Monochromatic Colors of #8D9B70
Black with #8D9B70
Text Example
Text Example
White with #8D9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B70; }
p { color: rgb(141,155,112); }
H1.HeaderClassName
{
color: #8D9B70;
}
.AnyTagClassName
{
color: #8D9B70;
}
</style>
background-color css
<style>
a { background-color: #8D9B70; }
a { background-color: rgb(141,155,112); }
div.DivClassName
{
background-color: #8D9B70;
}
.BgClassName
{
background-color: #8D9B70;
}
</style>
border-color css
<style>
span { border-color: #8D9B70; }
span { border-color: rgb(141,155,112); }
td.TdClassName
{
border-color: #8D9B70;
}
.TagClassName
{
border-color: #8D9B70;
}
</style>