Shades of Sage #8F967C
Tints of Sage #8F967C
RGB
CMYK
RGB Variations
Color information
#8F967C (or 0x8F967C) is known color: Sage. HEX triplet: 8F, 96 and 7C. RGB value is (143,150,124). Sum of RGB (Red+Green+Blue) = 143+150+124=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #8F967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F967C is #706983. Grayscale: #919191. Windows color (decimal): -7367044 or 8165007. OLE color: 8165007.
HSL color Cylindrical-coordinate representation of color #8F967C: hue angle of 76.15º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F967C is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 124 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.41 |
| HSL | 76.15º | 0.11% | 0.54% | - |
| HSV(B) | 76.15º | 0.17% | 0.59% | - |
| XYZ | 25.87 | 29.11 | 23.32 | - |
| YUV | 144.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 124 | 0.05 | 0 | 0.17 | 0.41 | 76.15 | 0.11 | 0.54 |
| Hex | 8F | 96 | 7C | 5 | 0 | 11 | 29 | 4C | B | 36 |
| Octal | 217 | 226 | 174 | 5 | 0 | 21 | 51 | 114 | 13 | 66 |
| Binary | 10001111 | 10010110 | 1111100 | 101 | 0 | 10001 | 101001 | 1001100 | 1011 | 110110 |
Color Harmonies of #8F967C
Complementary color
Monochromatic Colors of #8F967C
Black with #8F967C
Text Example
Text Example
White with #8F967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F967C; }
p { color: rgb(143,150,124); }
H1.HeaderClassName
{
color: #8F967C;
}
.AnyTagClassName
{
color: #8F967C;
}
</style>
background-color css
<style>
a { background-color: #8F967C; }
a { background-color: rgb(143,150,124); }
div.DivClassName
{
background-color: #8F967C;
}
.BgClassName
{
background-color: #8F967C;
}
</style>
border-color css
<style>
span { border-color: #8F967C; }
span { border-color: rgb(143,150,124); }
td.TdClassName
{
border-color: #8F967C;
}
.TagClassName
{
border-color: #8F967C;
}
</style>