Shades of Sage #8F9579
Tints of Sage #8F9579
RGB
CMYK
RGB Variations
Color information
#8F9579 (or 0x8F9579) is known color: Sage. HEX triplet: 8F, 95 and 79. RGB value is (143,149,121). Sum of RGB (Red+Green+Blue) = 143+149+121=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9579 is #706A86. Grayscale: #909090. Windows color (decimal): -7367303 or 7968143. OLE color: 7968143.
HSL color Cylindrical-coordinate representation of color #8F9579: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F9579 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 121 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.42 |
| HSL | 72.86º | 0.12% | 0.53% | - |
| HSV(B) | 72.86º | 0.19% | 0.58% | - |
| XYZ | 25.53 | 28.72 | 22.29 | - |
| YUV | 144.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 121 | 0.04 | 0 | 0.19 | 0.42 | 72.86 | 0.12 | 0.53 |
| Hex | 8F | 95 | 79 | 4 | 0 | 13 | 2A | 49 | C | 35 |
| Octal | 217 | 225 | 171 | 4 | 0 | 23 | 52 | 111 | 14 | 65 |
| Binary | 10001111 | 10010101 | 1111001 | 100 | 0 | 10011 | 101010 | 1001001 | 1100 | 110101 |
Color Harmonies of #8F9579
Complementary color
Monochromatic Colors of #8F9579
Black with #8F9579
Text Example
Text Example
White with #8F9579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9579; }
p { color: rgb(143,149,121); }
H1.HeaderClassName
{
color: #8F9579;
}
.AnyTagClassName
{
color: #8F9579;
}
</style>
background-color css
<style>
a { background-color: #8F9579; }
a { background-color: rgb(143,149,121); }
div.DivClassName
{
background-color: #8F9579;
}
.BgClassName
{
background-color: #8F9579;
}
</style>
border-color css
<style>
span { border-color: #8F9579; }
span { border-color: rgb(143,149,121); }
td.TdClassName
{
border-color: #8F9579;
}
.TagClassName
{
border-color: #8F9579;
}
</style>