Shades of Sage #8F967E
Tints of Sage #8F967E
RGB
CMYK
RGB Variations
Color information
#8F967E (or 0x8F967E) is known color: Sage. HEX triplet: 8F, 96 and 7E. RGB value is (143,150,126). Sum of RGB (Red+Green+Blue) = 143+150+126=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #8F967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F967E is #706981. Grayscale: #919191. Windows color (decimal): -7367042 or 8296079. OLE color: 8296079.
HSL color Cylindrical-coordinate representation of color #8F967E: hue angle of 77.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F967E is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 126 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.41 |
| HSL | 77.5º | 0.1% | 0.54% | - |
| HSV(B) | 77.5º | 0.16% | 0.59% | - |
| XYZ | 26 | 29.16 | 24 | - |
| YUV | 145.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 126 | 0.05 | 0 | 0.16 | 0.41 | 77.5 | 0.1 | 0.54 |
| Hex | 8F | 96 | 7E | 5 | 0 | 10 | 29 | 4E | A | 36 |
| Octal | 217 | 226 | 176 | 5 | 0 | 20 | 51 | 116 | 12 | 66 |
| Binary | 10001111 | 10010110 | 1111110 | 101 | 0 | 10000 | 101001 | 1001110 | 1010 | 110110 |
Color Harmonies of #8F967E
Complementary color
Monochromatic Colors of #8F967E
Black with #8F967E
Text Example
Text Example
White with #8F967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F967E; }
p { color: rgb(143,150,126); }
H1.HeaderClassName
{
color: #8F967E;
}
.AnyTagClassName
{
color: #8F967E;
}
</style>
background-color css
<style>
a { background-color: #8F967E; }
a { background-color: rgb(143,150,126); }
div.DivClassName
{
background-color: #8F967E;
}
.BgClassName
{
background-color: #8F967E;
}
</style>
border-color css
<style>
span { border-color: #8F967E; }
span { border-color: rgb(143,150,126); }
td.TdClassName
{
border-color: #8F967E;
}
.TagClassName
{
border-color: #8F967E;
}
</style>