Shades of Sage #8F967D
Tints of Sage #8F967D
RGB
CMYK
RGB Variations
Color information
#8F967D (or 0x8F967D) is known color: Sage. HEX triplet: 8F, 96 and 7D. RGB value is (143,150,125). Sum of RGB (Red+Green+Blue) = 143+150+125=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #8F967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F967D is #706982. Grayscale: #919191. Windows color (decimal): -7367043 or 8230543. OLE color: 8230543.
HSL color Cylindrical-coordinate representation of color #8F967D: hue angle of 76.8º 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 #8F967D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 125 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.41 |
| HSL | 76.8º | 0.11% | 0.54% | - |
| HSV(B) | 76.8º | 0.17% | 0.59% | - |
| XYZ | 25.94 | 29.13 | 23.66 | - |
| YUV | 145.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 125 | 0.05 | 0 | 0.17 | 0.41 | 76.8 | 0.11 | 0.54 |
| Hex | 8F | 96 | 7D | 5 | 0 | 11 | 29 | 4D | B | 36 |
| Octal | 217 | 226 | 175 | 5 | 0 | 21 | 51 | 115 | 13 | 66 |
| Binary | 10001111 | 10010110 | 1111101 | 101 | 0 | 10001 | 101001 | 1001101 | 1011 | 110110 |
Color Harmonies of #8F967D
Complementary color
Monochromatic Colors of #8F967D
Black with #8F967D
Text Example
Text Example
White with #8F967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F967D; }
p { color: rgb(143,150,125); }
H1.HeaderClassName
{
color: #8F967D;
}
.AnyTagClassName
{
color: #8F967D;
}
</style>
background-color css
<style>
a { background-color: #8F967D; }
a { background-color: rgb(143,150,125); }
div.DivClassName
{
background-color: #8F967D;
}
.BgClassName
{
background-color: #8F967D;
}
</style>
border-color css
<style>
span { border-color: #8F967D; }
span { border-color: rgb(143,150,125); }
td.TdClassName
{
border-color: #8F967D;
}
.TagClassName
{
border-color: #8F967D;
}
</style>