Shades of Sage #8F997B
Tints of Sage #8F997B
RGB
CMYK
RGB Variations
Color information
#8F997B (or 0x8F997B) is known color: Sage. HEX triplet: 8F, 99 and 7B. RGB value is (143,153,123). Sum of RGB (Red+Green+Blue) = 143+153+123=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #8F997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F997B is #706684. Grayscale: #929292. Windows color (decimal): -7366277 or 8100239. OLE color: 8100239.
HSL color Cylindrical-coordinate representation of color #8F997B: hue angle of 80º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F997B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 123 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.4 |
| HSL | 80º | 0.13% | 0.54% | - |
| HSV(B) | 80º | 0.2% | 0.6% | - |
| XYZ | 26.29 | 30.05 | 23.15 | - |
| YUV | 146.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 123 | 0.07 | 0 | 0.20 | 0.4 | 80 | 0.13 | 0.54 |
| Hex | 8F | 99 | 7B | 7 | 0 | 14 | 28 | 50 | D | 36 |
| Octal | 217 | 231 | 173 | 7 | 0 | 24 | 50 | 120 | 15 | 66 |
| Binary | 10001111 | 10011001 | 1111011 | 111 | 0 | 10100 | 101000 | 1010000 | 1101 | 110110 |
Color Harmonies of #8F997B
Complementary color
Monochromatic Colors of #8F997B
Black with #8F997B
Text Example
Text Example
White with #8F997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F997B; }
p { color: rgb(143,153,123); }
H1.HeaderClassName
{
color: #8F997B;
}
.AnyTagClassName
{
color: #8F997B;
}
</style>
background-color css
<style>
a { background-color: #8F997B; }
a { background-color: rgb(143,153,123); }
div.DivClassName
{
background-color: #8F997B;
}
.BgClassName
{
background-color: #8F997B;
}
</style>
border-color css
<style>
span { border-color: #8F997B; }
span { border-color: rgb(143,153,123); }
td.TdClassName
{
border-color: #8F997B;
}
.TagClassName
{
border-color: #8F997B;
}
</style>