Shades of Sage #8F957C
Tints of Sage #8F957C
RGB
CMYK
RGB Variations
Color information
#8F957C (or 0x8F957C) is known color: Sage. HEX triplet: 8F, 95 and 7C. RGB value is (143,149,124). Sum of RGB (Red+Green+Blue) = 143+149+124=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #8F957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F957C is #706A83. Grayscale: #909090. Windows color (decimal): -7367300 or 8164751. OLE color: 8164751.
HSL color Cylindrical-coordinate representation of color #8F957C: hue angle of 74.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F957C is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 124 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.42 |
| HSL | 74.4º | 0.11% | 0.54% | - |
| HSV(B) | 74.4º | 0.17% | 0.58% | - |
| XYZ | 25.71 | 28.79 | 23.27 | - |
| YUV | 144.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 124 | 0.04 | 0 | 0.17 | 0.42 | 74.4 | 0.11 | 0.54 |
| Hex | 8F | 95 | 7C | 4 | 0 | 11 | 2A | 4A | B | 36 |
| Octal | 217 | 225 | 174 | 4 | 0 | 21 | 52 | 112 | 13 | 66 |
| Binary | 10001111 | 10010101 | 1111100 | 100 | 0 | 10001 | 101010 | 1001010 | 1011 | 110110 |
Color Harmonies of #8F957C
Complementary color
Monochromatic Colors of #8F957C
Black with #8F957C
Text Example
Text Example
White with #8F957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F957C; }
p { color: rgb(143,149,124); }
H1.HeaderClassName
{
color: #8F957C;
}
.AnyTagClassName
{
color: #8F957C;
}
</style>
background-color css
<style>
a { background-color: #8F957C; }
a { background-color: rgb(143,149,124); }
div.DivClassName
{
background-color: #8F957C;
}
.BgClassName
{
background-color: #8F957C;
}
</style>
border-color css
<style>
span { border-color: #8F957C; }
span { border-color: rgb(143,149,124); }
td.TdClassName
{
border-color: #8F957C;
}
.TagClassName
{
border-color: #8F957C;
}
</style>