Shades of Sage #8F9978
Tints of Sage #8F9978
RGB
CMYK
RGB Variations
Color information
#8F9978 (or 0x8F9978) is known color: Sage. HEX triplet: 8F, 99 and 78. RGB value is (143,153,120). Sum of RGB (Red+Green+Blue) = 143+153+120=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9978 is #706687. Grayscale: #929292. Windows color (decimal): -7366280 or 7903631. OLE color: 7903631.
HSL color Cylindrical-coordinate representation of color #8F9978: hue angle of 78.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9978 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 120 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.4 |
| HSL | 78.18º | 0.14% | 0.54% | - |
| HSV(B) | 78.18º | 0.22% | 0.6% | - |
| XYZ | 26.11 | 29.98 | 22.18 | - |
| YUV | 146.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 120 | 0.07 | 0 | 0.22 | 0.4 | 78.18 | 0.14 | 0.54 |
| Hex | 8F | 99 | 78 | 7 | 0 | 16 | 28 | 4E | E | 36 |
| Octal | 217 | 231 | 170 | 7 | 0 | 26 | 50 | 116 | 16 | 66 |
| Binary | 10001111 | 10011001 | 1111000 | 111 | 0 | 10110 | 101000 | 1001110 | 1110 | 110110 |
Color Harmonies of #8F9978
Complementary color
Monochromatic Colors of #8F9978
Black with #8F9978
Text Example
Text Example
White with #8F9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9978; }
p { color: rgb(143,153,120); }
H1.HeaderClassName
{
color: #8F9978;
}
.AnyTagClassName
{
color: #8F9978;
}
</style>
background-color css
<style>
a { background-color: #8F9978; }
a { background-color: rgb(143,153,120); }
div.DivClassName
{
background-color: #8F9978;
}
.BgClassName
{
background-color: #8F9978;
}
</style>
border-color css
<style>
span { border-color: #8F9978; }
span { border-color: rgb(143,153,120); }
td.TdClassName
{
border-color: #8F9978;
}
.TagClassName
{
border-color: #8F9978;
}
</style>