Shades of Sage #8F977A
Tints of Sage #8F977A
RGB
CMYK
RGB Variations
Color information
#8F977A (or 0x8F977A) is known color: Sage. HEX triplet: 8F, 97 and 7A. RGB value is (143,151,122). Sum of RGB (Red+Green+Blue) = 143+151+122=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #8F977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F977A is #706885. Grayscale: #919191. Windows color (decimal): -7366790 or 8034191. OLE color: 8034191.
HSL color Cylindrical-coordinate representation of color #8F977A: hue angle of 76.55º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F977A is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 122 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.41 |
| HSL | 76.55º | 0.12% | 0.54% | - |
| HSV(B) | 76.55º | 0.19% | 0.59% | - |
| XYZ | 25.91 | 29.38 | 22.72 | - |
| YUV | 145.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 122 | 0.05 | 0 | 0.19 | 0.41 | 76.55 | 0.12 | 0.54 |
| Hex | 8F | 97 | 7A | 5 | 0 | 13 | 29 | 4D | C | 36 |
| Octal | 217 | 227 | 172 | 5 | 0 | 23 | 51 | 115 | 14 | 66 |
| Binary | 10001111 | 10010111 | 1111010 | 101 | 0 | 10011 | 101001 | 1001101 | 1100 | 110110 |
Color Harmonies of #8F977A
Complementary color
Monochromatic Colors of #8F977A
Black with #8F977A
Text Example
Text Example
White with #8F977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F977A; }
p { color: rgb(143,151,122); }
H1.HeaderClassName
{
color: #8F977A;
}
.AnyTagClassName
{
color: #8F977A;
}
</style>
background-color css
<style>
a { background-color: #8F977A; }
a { background-color: rgb(143,151,122); }
div.DivClassName
{
background-color: #8F977A;
}
.BgClassName
{
background-color: #8F977A;
}
</style>
border-color css
<style>
span { border-color: #8F977A; }
span { border-color: rgb(143,151,122); }
td.TdClassName
{
border-color: #8F977A;
}
.TagClassName
{
border-color: #8F977A;
}
</style>