Shades of Sage #8F947C
Tints of Sage #8F947C
RGB
CMYK
RGB Variations
Color information
#8F947C (or 0x8F947C) is known color: Sage. HEX triplet: 8F, 94 and 7C. RGB value is (143,148,124). Sum of RGB (Red+Green+Blue) = 143+148+124=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #8F947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F947C is #706B83. Grayscale: #8F8F8F. Windows color (decimal): -7367556 or 8164495. OLE color: 8164495.
HSL color Cylindrical-coordinate representation of color #8F947C: hue angle of 72.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F947C is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 124 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.42 |
| HSL | 72.5º | 0.1% | 0.53% | - |
| HSV(B) | 72.5º | 0.16% | 0.58% | - |
| XYZ | 25.56 | 28.47 | 23.22 | - |
| YUV | 143.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 124 | 0.03 | 0 | 0.16 | 0.42 | 72.5 | 0.1 | 0.53 |
| Hex | 8F | 94 | 7C | 3 | 0 | 10 | 2A | 48 | A | 35 |
| Octal | 217 | 224 | 174 | 3 | 0 | 20 | 52 | 110 | 12 | 65 |
| Binary | 10001111 | 10010100 | 1111100 | 11 | 0 | 10000 | 101010 | 1001000 | 1010 | 110101 |
Color Harmonies of #8F947C
Complementary color
Monochromatic Colors of #8F947C
Black with #8F947C
Text Example
Text Example
White with #8F947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F947C; }
p { color: rgb(143,148,124); }
H1.HeaderClassName
{
color: #8F947C;
}
.AnyTagClassName
{
color: #8F947C;
}
</style>
background-color css
<style>
a { background-color: #8F947C; }
a { background-color: rgb(143,148,124); }
div.DivClassName
{
background-color: #8F947C;
}
.BgClassName
{
background-color: #8F947C;
}
</style>
border-color css
<style>
span { border-color: #8F947C; }
span { border-color: rgb(143,148,124); }
td.TdClassName
{
border-color: #8F947C;
}
.TagClassName
{
border-color: #8F947C;
}
</style>