Shades of Sage #8F9778
Tints of Sage #8F9778
RGB
CMYK
RGB Variations
Color information
#8F9778 (or 0x8F9778) is known color: Sage. HEX triplet: 8F, 97 and 78. RGB value is (143,151,120). Sum of RGB (Red+Green+Blue) = 143+151+120=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9778 is #706887. Grayscale: #919191. Windows color (decimal): -7366792 or 7903119. OLE color: 7903119.
HSL color Cylindrical-coordinate representation of color #8F9778: hue angle of 75.48º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9778 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 120 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.41 |
| HSL | 75.48º | 0.13% | 0.53% | - |
| HSV(B) | 75.48º | 0.21% | 0.59% | - |
| XYZ | 25.78 | 29.33 | 22.07 | - |
| YUV | 145.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 120 | 0.05 | 0 | 0.21 | 0.41 | 75.48 | 0.13 | 0.53 |
| Hex | 8F | 97 | 78 | 5 | 0 | 15 | 29 | 4B | D | 35 |
| Octal | 217 | 227 | 170 | 5 | 0 | 25 | 51 | 113 | 15 | 65 |
| Binary | 10001111 | 10010111 | 1111000 | 101 | 0 | 10101 | 101001 | 1001011 | 1101 | 110101 |
Color Harmonies of #8F9778
Complementary color
Monochromatic Colors of #8F9778
Black with #8F9778
Text Example
Text Example
White with #8F9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9778; }
p { color: rgb(143,151,120); }
H1.HeaderClassName
{
color: #8F9778;
}
.AnyTagClassName
{
color: #8F9778;
}
</style>
background-color css
<style>
a { background-color: #8F9778; }
a { background-color: rgb(143,151,120); }
div.DivClassName
{
background-color: #8F9778;
}
.BgClassName
{
background-color: #8F9778;
}
</style>
border-color css
<style>
span { border-color: #8F9778; }
span { border-color: rgb(143,151,120); }
td.TdClassName
{
border-color: #8F9778;
}
.TagClassName
{
border-color: #8F9778;
}
</style>