Shades of Sage #8D9B7B
Tints of Sage #8D9B7B
RGB
CMYK
RGB Variations
Color information
#8D9B7B (or 0x8D9B7B) is known color: Sage. HEX triplet: 8D, 9B and 7B. RGB value is (141,155,123). Sum of RGB (Red+Green+Blue) = 141+155+123=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B7B is #726484. Grayscale: #939393. Windows color (decimal): -7496837 or 8100749. OLE color: 8100749.
HSL color Cylindrical-coordinate representation of color #8D9B7B: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9B7B is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 123 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.39 |
| HSL | 86.25º | 0.14% | 0.55% | - |
| HSV(B) | 86.25º | 0.21% | 0.61% | - |
| XYZ | 26.28 | 30.54 | 23.25 | - |
| YUV | 147.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 123 | 0.09 | 0 | 0.21 | 0.39 | 86.25 | 0.14 | 0.55 |
| Hex | 8D | 9B | 7B | 9 | 0 | 15 | 27 | 56 | E | 37 |
| Octal | 215 | 233 | 173 | 11 | 0 | 25 | 47 | 126 | 16 | 67 |
| Binary | 10001101 | 10011011 | 1111011 | 1001 | 0 | 10101 | 100111 | 1010110 | 1110 | 110111 |
Color Harmonies of #8D9B7B
Complementary color
Monochromatic Colors of #8D9B7B
Black with #8D9B7B
Text Example
Text Example
White with #8D9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B7B; }
p { color: rgb(141,155,123); }
H1.HeaderClassName
{
color: #8D9B7B;
}
.AnyTagClassName
{
color: #8D9B7B;
}
</style>
background-color css
<style>
a { background-color: #8D9B7B; }
a { background-color: rgb(141,155,123); }
div.DivClassName
{
background-color: #8D9B7B;
}
.BgClassName
{
background-color: #8D9B7B;
}
</style>
border-color css
<style>
span { border-color: #8D9B7B; }
span { border-color: rgb(141,155,123); }
td.TdClassName
{
border-color: #8D9B7B;
}
.TagClassName
{
border-color: #8D9B7B;
}
</style>