Shades of Sage #8D957B
Tints of Sage #8D957B
RGB
CMYK
RGB Variations
Color information
#8D957B (or 0x8D957B) is known color: Sage. HEX triplet: 8D, 95 and 7B. RGB value is (141,149,123). Sum of RGB (Red+Green+Blue) = 141+149+123=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #8D957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D957B is #726A84. Grayscale: #8F8F8F. Windows color (decimal): -7498373 or 8099213. OLE color: 8099213.
HSL color Cylindrical-coordinate representation of color #8D957B: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D957B is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 123 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.42 |
| HSL | 78.46º | 0.11% | 0.53% | - |
| HSV(B) | 78.46º | 0.17% | 0.58% | - |
| XYZ | 25.31 | 28.59 | 22.92 | - |
| YUV | 143.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 123 | 0.05 | 0 | 0.17 | 0.42 | 78.46 | 0.11 | 0.53 |
| Hex | 8D | 95 | 7B | 5 | 0 | 11 | 2A | 4E | B | 35 |
| Octal | 215 | 225 | 173 | 5 | 0 | 21 | 52 | 116 | 13 | 65 |
| Binary | 10001101 | 10010101 | 1111011 | 101 | 0 | 10001 | 101010 | 1001110 | 1011 | 110101 |
Color Harmonies of #8D957B
Complementary color
Monochromatic Colors of #8D957B
Black with #8D957B
Text Example
Text Example
White with #8D957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D957B; }
p { color: rgb(141,149,123); }
H1.HeaderClassName
{
color: #8D957B;
}
.AnyTagClassName
{
color: #8D957B;
}
</style>
background-color css
<style>
a { background-color: #8D957B; }
a { background-color: rgb(141,149,123); }
div.DivClassName
{
background-color: #8D957B;
}
.BgClassName
{
background-color: #8D957B;
}
</style>
border-color css
<style>
span { border-color: #8D957B; }
span { border-color: rgb(141,149,123); }
td.TdClassName
{
border-color: #8D957B;
}
.TagClassName
{
border-color: #8D957B;
}
</style>