Shades of Sage #8C947D
Tints of Sage #8C947D
RGB
CMYK
RGB Variations
Color information
#8C947D (or 0x8C947D) is known color: Sage. HEX triplet: 8C, 94 and 7D. RGB value is (140,148,125). Sum of RGB (Red+Green+Blue) = 140+148+125=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #8C947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C947D is #736B82. Grayscale: #8F8F8F. Windows color (decimal): -7564163 or 8230028. OLE color: 8230028.
HSL color Cylindrical-coordinate representation of color #8C947D: hue angle of 80.87º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C947D is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 125 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.42 |
| HSL | 80.87º | 0.1% | 0.54% | - |
| HSV(B) | 80.87º | 0.16% | 0.58% | - |
| XYZ | 25.11 | 28.24 | 23.53 | - |
| YUV | 142.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 125 | 0.05 | 0 | 0.16 | 0.42 | 80.87 | 0.1 | 0.54 |
| Hex | 8C | 94 | 7D | 5 | 0 | 10 | 2A | 51 | A | 36 |
| Octal | 214 | 224 | 175 | 5 | 0 | 20 | 52 | 121 | 12 | 66 |
| Binary | 10001100 | 10010100 | 1111101 | 101 | 0 | 10000 | 101010 | 1010001 | 1010 | 110110 |
Color Harmonies of #8C947D
Complementary color
Monochromatic Colors of #8C947D
Black with #8C947D
Text Example
Text Example
White with #8C947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C947D; }
p { color: rgb(140,148,125); }
H1.HeaderClassName
{
color: #8C947D;
}
.AnyTagClassName
{
color: #8C947D;
}
</style>
background-color css
<style>
a { background-color: #8C947D; }
a { background-color: rgb(140,148,125); }
div.DivClassName
{
background-color: #8C947D;
}
.BgClassName
{
background-color: #8C947D;
}
</style>
border-color css
<style>
span { border-color: #8C947D; }
span { border-color: rgb(140,148,125); }
td.TdClassName
{
border-color: #8C947D;
}
.TagClassName
{
border-color: #8C947D;
}
</style>