Shades of Sage #8D9B6E
Tints of Sage #8D9B6E
RGB
CMYK
RGB Variations
Color information
#8D9B6E (or 0x8D9B6E) is known color: Sage. HEX triplet: 8D, 9B and 6E. RGB value is (141,155,110). Sum of RGB (Red+Green+Blue) = 141+155+110=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B6E is #726491. Grayscale: #919191. Windows color (decimal): -7496850 or 7248781. OLE color: 7248781.
HSL color Cylindrical-coordinate representation of color #8D9B6E: hue angle of 78.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D9B6E is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 110 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.39 |
| HSL | 78.67º | 0.18% | 0.52% | - |
| HSV(B) | 78.67º | 0.29% | 0.61% | - |
| XYZ | 25.52 | 30.23 | 19.24 | - |
| YUV | 145.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 110 | 0.09 | 0 | 0.29 | 0.39 | 78.67 | 0.18 | 0.52 |
| Hex | 8D | 9B | 6E | 9 | 0 | 1D | 27 | 4F | 12 | 34 |
| Octal | 215 | 233 | 156 | 11 | 0 | 35 | 47 | 117 | 22 | 64 |
| Binary | 10001101 | 10011011 | 1101110 | 1001 | 0 | 11101 | 100111 | 1001111 | 10010 | 110100 |
Color Harmonies of #8D9B6E
Complementary color
Monochromatic Colors of #8D9B6E
Black with #8D9B6E
Text Example
Text Example
White with #8D9B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B6E; }
p { color: rgb(141,155,110); }
H1.HeaderClassName
{
color: #8D9B6E;
}
.AnyTagClassName
{
color: #8D9B6E;
}
</style>
background-color css
<style>
a { background-color: #8D9B6E; }
a { background-color: rgb(141,155,110); }
div.DivClassName
{
background-color: #8D9B6E;
}
.BgClassName
{
background-color: #8D9B6E;
}
</style>
border-color css
<style>
span { border-color: #8D9B6E; }
span { border-color: rgb(141,155,110); }
td.TdClassName
{
border-color: #8D9B6E;
}
.TagClassName
{
border-color: #8D9B6E;
}
</style>