Shades of Sage #8F9875
Tints of Sage #8F9875
RGB
CMYK
RGB Variations
Color information
#8F9875 (or 0x8F9875) is known color: Sage. HEX triplet: 8F, 98 and 75. RGB value is (143,152,117). Sum of RGB (Red+Green+Blue) = 143+152+117=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9875 is #70678A. Grayscale: #919191. Windows color (decimal): -7366539 or 7706767. OLE color: 7706767.
HSL color Cylindrical-coordinate representation of color #8F9875: hue angle of 75.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F9875 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 117 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.40 |
| HSL | 75.43º | 0.15% | 0.53% | - |
| HSV(B) | 75.43º | 0.23% | 0.6% | - |
| XYZ | 25.77 | 29.58 | 21.18 | - |
| YUV | 145.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 117 | 0.06 | 0 | 0.23 | 0.40 | 75.43 | 0.15 | 0.53 |
| Hex | 8F | 98 | 75 | 6 | 0 | 17 | 28 | 4B | F | 35 |
| Octal | 217 | 230 | 165 | 6 | 0 | 27 | 50 | 113 | 17 | 65 |
| Binary | 10001111 | 10011000 | 1110101 | 110 | 0 | 10111 | 101000 | 1001011 | 1111 | 110101 |
Color Harmonies of #8F9875
Complementary color
Monochromatic Colors of #8F9875
Black with #8F9875
Text Example
Text Example
White with #8F9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9875; }
p { color: rgb(143,152,117); }
H1.HeaderClassName
{
color: #8F9875;
}
.AnyTagClassName
{
color: #8F9875;
}
</style>
background-color css
<style>
a { background-color: #8F9875; }
a { background-color: rgb(143,152,117); }
div.DivClassName
{
background-color: #8F9875;
}
.BgClassName
{
background-color: #8F9875;
}
</style>
border-color css
<style>
span { border-color: #8F9875; }
span { border-color: rgb(143,152,117); }
td.TdClassName
{
border-color: #8F9875;
}
.TagClassName
{
border-color: #8F9875;
}
</style>