Shades of Sage #8F9F7E
Tints of Sage #8F9F7E
RGB
CMYK
RGB Variations
Color information
#8F9F7E (or 0x8F9F7E) is known color: Sage. HEX triplet: 8F, 9F and 7E. RGB value is (143,159,126). Sum of RGB (Red+Green+Blue) = 143+159+126=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F7E is #706081. Grayscale: #969696. Windows color (decimal): -7364738 or 8298383. OLE color: 8298383.
HSL color Cylindrical-coordinate representation of color #8F9F7E: hue angle of 89.09º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9F7E is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 126 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.38 |
| HSL | 89.09º | 0.15% | 0.56% | - |
| HSV(B) | 89.09º | 0.21% | 0.62% | - |
| XYZ | 27.49 | 32.14 | 24.49 | - |
| YUV | 150.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 126 | 0.10 | 0 | 0.21 | 0.38 | 89.09 | 0.15 | 0.56 |
| Hex | 8F | 9F | 7E | A | 0 | 15 | 26 | 59 | F | 38 |
| Octal | 217 | 237 | 176 | 12 | 0 | 25 | 46 | 131 | 17 | 70 |
| Binary | 10001111 | 10011111 | 1111110 | 1010 | 0 | 10101 | 100110 | 1011001 | 1111 | 111000 |
Color Harmonies of #8F9F7E
Complementary color
Monochromatic Colors of #8F9F7E
Black with #8F9F7E
Text Example
Text Example
White with #8F9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F7E; }
p { color: rgb(143,159,126); }
H1.HeaderClassName
{
color: #8F9F7E;
}
.AnyTagClassName
{
color: #8F9F7E;
}
</style>
background-color css
<style>
a { background-color: #8F9F7E; }
a { background-color: rgb(143,159,126); }
div.DivClassName
{
background-color: #8F9F7E;
}
.BgClassName
{
background-color: #8F9F7E;
}
</style>
border-color css
<style>
span { border-color: #8F9F7E; }
span { border-color: rgb(143,159,126); }
td.TdClassName
{
border-color: #8F9F7E;
}
.TagClassName
{
border-color: #8F9F7E;
}
</style>