Shades of Sage #8F977E
Tints of Sage #8F977E
RGB
CMYK
RGB Variations
Color information
#8F977E (or 0x8F977E) is known color: Sage. HEX triplet: 8F, 97 and 7E. RGB value is (143,151,126). Sum of RGB (Red+Green+Blue) = 143+151+126=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #8F977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F977E is #706881. Grayscale: #919191. Windows color (decimal): -7366786 or 8296335. OLE color: 8296335.
HSL color Cylindrical-coordinate representation of color #8F977E: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F977E is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 126 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.41 |
| HSL | 79.2º | 0.11% | 0.54% | - |
| HSV(B) | 79.2º | 0.17% | 0.59% | - |
| XYZ | 26.16 | 29.48 | 24.05 | - |
| YUV | 145.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 126 | 0.05 | 0 | 0.17 | 0.41 | 79.2 | 0.11 | 0.54 |
| Hex | 8F | 97 | 7E | 5 | 0 | 11 | 29 | 4F | B | 36 |
| Octal | 217 | 227 | 176 | 5 | 0 | 21 | 51 | 117 | 13 | 66 |
| Binary | 10001111 | 10010111 | 1111110 | 101 | 0 | 10001 | 101001 | 1001111 | 1011 | 110110 |
Color Harmonies of #8F977E
Complementary color
Monochromatic Colors of #8F977E
Black with #8F977E
Text Example
Text Example
White with #8F977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F977E; }
p { color: rgb(143,151,126); }
H1.HeaderClassName
{
color: #8F977E;
}
.AnyTagClassName
{
color: #8F977E;
}
</style>
background-color css
<style>
a { background-color: #8F977E; }
a { background-color: rgb(143,151,126); }
div.DivClassName
{
background-color: #8F977E;
}
.BgClassName
{
background-color: #8F977E;
}
</style>
border-color css
<style>
span { border-color: #8F977E; }
span { border-color: rgb(143,151,126); }
td.TdClassName
{
border-color: #8F977E;
}
.TagClassName
{
border-color: #8F977E;
}
</style>