Shades of Sage #8D9A6D
Tints of Sage #8D9A6D
RGB
CMYK
RGB Variations
Color information
#8D9A6D (or 0x8D9A6D) is known color: Sage. HEX triplet: 8D, 9A and 6D. RGB value is (141,154,109). Sum of RGB (Red+Green+Blue) = 141+154+109=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9A6D is #726592. Grayscale: #919191. Windows color (decimal): -7497107 or 7182989. OLE color: 7182989.
HSL color Cylindrical-coordinate representation of color #8D9A6D: hue angle of 77.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D9A6D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 154 | 109 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.40 |
| HSL | 77.33º | 0.18% | 0.52% | - |
| HSV(B) | 77.33º | 0.29% | 0.6% | - |
| XYZ | 25.3 | 29.88 | 18.9 | - |
| YUV | 144.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 109 | 0.08 | 0 | 0.29 | 0.40 | 77.33 | 0.18 | 0.52 |
| Hex | 8D | 9A | 6D | 8 | 0 | 1D | 28 | 4D | 12 | 34 |
| Octal | 215 | 232 | 155 | 10 | 0 | 35 | 50 | 115 | 22 | 64 |
| Binary | 10001101 | 10011010 | 1101101 | 1000 | 0 | 11101 | 101000 | 1001101 | 10010 | 110100 |
Color Harmonies of #8D9A6D
Complementary color
Monochromatic Colors of #8D9A6D
Black with #8D9A6D
Text Example
Text Example
White with #8D9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9A6D; }
p { color: rgb(141,154,109); }
H1.HeaderClassName
{
color: #8D9A6D;
}
.AnyTagClassName
{
color: #8D9A6D;
}
</style>
background-color css
<style>
a { background-color: #8D9A6D; }
a { background-color: rgb(141,154,109); }
div.DivClassName
{
background-color: #8D9A6D;
}
.BgClassName
{
background-color: #8D9A6D;
}
</style>
border-color css
<style>
span { border-color: #8D9A6D; }
span { border-color: rgb(141,154,109); }
td.TdClassName
{
border-color: #8D9A6D;
}
.TagClassName
{
border-color: #8D9A6D;
}
</style>