Shades of Sage #8F9580
Tints of Sage #8F9580
RGB
CMYK
RGB Variations
Color information
#8F9580 (or 0x8F9580) is known color: Sage. HEX triplet: 8F, 95 and 80. RGB value is (143,149,128). Sum of RGB (Red+Green+Blue) = 143+149+128=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9580 is #706A7F. Grayscale: #909090. Windows color (decimal): -7367296 or 8426895. OLE color: 8426895.
HSL color Cylindrical-coordinate representation of color #8F9580: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F9580 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 128 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.42 |
| HSL | 77.14º | 0.09% | 0.54% | - |
| HSV(B) | 77.14º | 0.14% | 0.58% | - |
| XYZ | 25.97 | 28.89 | 24.63 | - |
| YUV | 144.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 128 | 0.04 | 0 | 0.14 | 0.42 | 77.14 | 0.09 | 0.54 |
| Hex | 8F | 95 | 80 | 4 | 0 | E | 2A | 4D | 9 | 36 |
| Octal | 217 | 225 | 200 | 4 | 0 | 16 | 52 | 115 | 11 | 66 |
| Binary | 10001111 | 10010101 | 10000000 | 100 | 0 | 1110 | 101010 | 1001101 | 1001 | 110110 |
Color Harmonies of #8F9580
Complementary color
Monochromatic Colors of #8F9580
Black with #8F9580
Text Example
Text Example
White with #8F9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9580; }
p { color: rgb(143,149,128); }
H1.HeaderClassName
{
color: #8F9580;
}
.AnyTagClassName
{
color: #8F9580;
}
</style>
background-color css
<style>
a { background-color: #8F9580; }
a { background-color: rgb(143,149,128); }
div.DivClassName
{
background-color: #8F9580;
}
.BgClassName
{
background-color: #8F9580;
}
</style>
border-color css
<style>
span { border-color: #8F9580; }
span { border-color: rgb(143,149,128); }
td.TdClassName
{
border-color: #8F9580;
}
.TagClassName
{
border-color: #8F9580;
}
</style>