Shades of Sage #8F9F78
Tints of Sage #8F9F78
RGB
CMYK
RGB Variations
Color information
#8F9F78 (or 0x8F9F78) is known color: Sage. HEX triplet: 8F, 9F and 78. RGB value is (143,159,120). Sum of RGB (Red+Green+Blue) = 143+159+120=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F78 is #706087. Grayscale: #959595. Windows color (decimal): -7364744 or 7905167. OLE color: 7905167.
HSL color Cylindrical-coordinate representation of color #8F9F78: hue angle of 84.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F9F78 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 120 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.38 |
| HSL | 84.62º | 0.17% | 0.55% | - |
| HSV(B) | 84.62º | 0.25% | 0.62% | - |
| XYZ | 27.12 | 31.99 | 22.52 | - |
| YUV | 149.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 120 | 0.10 | 0 | 0.25 | 0.38 | 84.62 | 0.17 | 0.55 |
| Hex | 8F | 9F | 78 | A | 0 | 19 | 26 | 55 | 11 | 37 |
| Octal | 217 | 237 | 170 | 12 | 0 | 31 | 46 | 125 | 21 | 67 |
| Binary | 10001111 | 10011111 | 1111000 | 1010 | 0 | 11001 | 100110 | 1010101 | 10001 | 110111 |
Color Harmonies of #8F9F78
Complementary color
Monochromatic Colors of #8F9F78
Black with #8F9F78
Text Example
Text Example
White with #8F9F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F78; }
p { color: rgb(143,159,120); }
H1.HeaderClassName
{
color: #8F9F78;
}
.AnyTagClassName
{
color: #8F9F78;
}
</style>
background-color css
<style>
a { background-color: #8F9F78; }
a { background-color: rgb(143,159,120); }
div.DivClassName
{
background-color: #8F9F78;
}
.BgClassName
{
background-color: #8F9F78;
}
</style>
border-color css
<style>
span { border-color: #8F9F78; }
span { border-color: rgb(143,159,120); }
td.TdClassName
{
border-color: #8F9F78;
}
.TagClassName
{
border-color: #8F9F78;
}
</style>