Shades of Sage #8F9877
Tints of Sage #8F9877
RGB
CMYK
RGB Variations
Color information
#8F9877 (or 0x8F9877) is known color: Sage. HEX triplet: 8F, 98 and 77. RGB value is (143,152,119). Sum of RGB (Red+Green+Blue) = 143+152+119=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9877 is #706788. Grayscale: #919191. Windows color (decimal): -7366537 or 7837839. OLE color: 7837839.
HSL color Cylindrical-coordinate representation of color #8F9877: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9877 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 119 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.40 |
| HSL | 76.36º | 0.14% | 0.53% | - |
| HSV(B) | 76.36º | 0.22% | 0.6% | - |
| XYZ | 25.89 | 29.63 | 21.81 | - |
| YUV | 145.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 119 | 0.06 | 0 | 0.22 | 0.40 | 76.36 | 0.14 | 0.53 |
| Hex | 8F | 98 | 77 | 6 | 0 | 16 | 28 | 4C | E | 35 |
| Octal | 217 | 230 | 167 | 6 | 0 | 26 | 50 | 114 | 16 | 65 |
| Binary | 10001111 | 10011000 | 1110111 | 110 | 0 | 10110 | 101000 | 1001100 | 1110 | 110101 |
Color Harmonies of #8F9877
Complementary color
Monochromatic Colors of #8F9877
Black with #8F9877
Text Example
Text Example
White with #8F9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9877; }
p { color: rgb(143,152,119); }
H1.HeaderClassName
{
color: #8F9877;
}
.AnyTagClassName
{
color: #8F9877;
}
</style>
background-color css
<style>
a { background-color: #8F9877; }
a { background-color: rgb(143,152,119); }
div.DivClassName
{
background-color: #8F9877;
}
.BgClassName
{
background-color: #8F9877;
}
</style>
border-color css
<style>
span { border-color: #8F9877; }
span { border-color: rgb(143,152,119); }
td.TdClassName
{
border-color: #8F9877;
}
.TagClassName
{
border-color: #8F9877;
}
</style>