Shades of Sage #8F9F71
Tints of Sage #8F9F71
RGB
CMYK
RGB Variations
Color information
#8F9F71 (or 0x8F9F71) is known color: Sage. HEX triplet: 8F, 9F and 71. RGB value is (143,159,113). Sum of RGB (Red+Green+Blue) = 143+159+113=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F71 is #70608E. Grayscale: #959595. Windows color (decimal): -7364751 or 7446415. OLE color: 7446415.
HSL color Cylindrical-coordinate representation of color #8F9F71: hue angle of 80.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9F71 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 113 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.38 |
| HSL | 80.87º | 0.19% | 0.53% | - |
| HSV(B) | 80.87º | 0.29% | 0.62% | - |
| XYZ | 26.71 | 31.83 | 20.36 | - |
| YUV | 148.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 113 | 0.10 | 0 | 0.29 | 0.38 | 80.87 | 0.19 | 0.53 |
| Hex | 8F | 9F | 71 | A | 0 | 1D | 26 | 51 | 13 | 35 |
| Octal | 217 | 237 | 161 | 12 | 0 | 35 | 46 | 121 | 23 | 65 |
| Binary | 10001111 | 10011111 | 1110001 | 1010 | 0 | 11101 | 100110 | 1010001 | 10011 | 110101 |
Color Harmonies of #8F9F71
Complementary color
Monochromatic Colors of #8F9F71
Black with #8F9F71
Text Example
Text Example
White with #8F9F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F71; }
p { color: rgb(143,159,113); }
H1.HeaderClassName
{
color: #8F9F71;
}
.AnyTagClassName
{
color: #8F9F71;
}
</style>
background-color css
<style>
a { background-color: #8F9F71; }
a { background-color: rgb(143,159,113); }
div.DivClassName
{
background-color: #8F9F71;
}
.BgClassName
{
background-color: #8F9F71;
}
</style>
border-color css
<style>
span { border-color: #8F9F71; }
span { border-color: rgb(143,159,113); }
td.TdClassName
{
border-color: #8F9F71;
}
.TagClassName
{
border-color: #8F9F71;
}
</style>