Shades of Sage #8D977B
Tints of Sage #8D977B
RGB
CMYK
RGB Variations
Color information
#8D977B (or 0x8D977B) is known color: Sage. HEX triplet: 8D, 97 and 7B. RGB value is (141,151,123). Sum of RGB (Red+Green+Blue) = 141+151+123=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #8D977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D977B is #726884. Grayscale: #909090. Windows color (decimal): -7497861 or 8099725. OLE color: 8099725.
HSL color Cylindrical-coordinate representation of color #8D977B: hue angle of 81.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D977B is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 123 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.41 |
| HSL | 81.43º | 0.12% | 0.54% | - |
| HSV(B) | 81.43º | 0.19% | 0.59% | - |
| XYZ | 25.63 | 29.23 | 23.03 | - |
| YUV | 144.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 123 | 0.07 | 0 | 0.19 | 0.41 | 81.43 | 0.12 | 0.54 |
| Hex | 8D | 97 | 7B | 7 | 0 | 13 | 29 | 51 | C | 36 |
| Octal | 215 | 227 | 173 | 7 | 0 | 23 | 51 | 121 | 14 | 66 |
| Binary | 10001101 | 10010111 | 1111011 | 111 | 0 | 10011 | 101001 | 1010001 | 1100 | 110110 |
Color Harmonies of #8D977B
Complementary color
Monochromatic Colors of #8D977B
Black with #8D977B
Text Example
Text Example
White with #8D977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D977B; }
p { color: rgb(141,151,123); }
H1.HeaderClassName
{
color: #8D977B;
}
.AnyTagClassName
{
color: #8D977B;
}
</style>
background-color css
<style>
a { background-color: #8D977B; }
a { background-color: rgb(141,151,123); }
div.DivClassName
{
background-color: #8D977B;
}
.BgClassName
{
background-color: #8D977B;
}
</style>
border-color css
<style>
span { border-color: #8D977B; }
span { border-color: rgb(141,151,123); }
td.TdClassName
{
border-color: #8D977B;
}
.TagClassName
{
border-color: #8D977B;
}
</style>