Shades of Sage #8F967A
Tints of Sage #8F967A
RGB
CMYK
RGB Variations
Color information
#8F967A (or 0x8F967A) is known color: Sage. HEX triplet: 8F, 96 and 7A. RGB value is (143,150,122). Sum of RGB (Red+Green+Blue) = 143+150+122=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #8F967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F967A is #706985. Grayscale: #909090. Windows color (decimal): -7367046 or 8033935. OLE color: 8033935.
HSL color Cylindrical-coordinate representation of color #8F967A: hue angle of 75º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F967A is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 122 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.41 |
| HSL | 75º | 0.12% | 0.53% | - |
| HSV(B) | 75º | 0.19% | 0.59% | - |
| XYZ | 25.75 | 29.06 | 22.66 | - |
| YUV | 144.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 122 | 0.05 | 0 | 0.19 | 0.41 | 75 | 0.12 | 0.53 |
| Hex | 8F | 96 | 7A | 5 | 0 | 13 | 29 | 4B | C | 35 |
| Octal | 217 | 226 | 172 | 5 | 0 | 23 | 51 | 113 | 14 | 65 |
| Binary | 10001111 | 10010110 | 1111010 | 101 | 0 | 10011 | 101001 | 1001011 | 1100 | 110101 |
Color Harmonies of #8F967A
Complementary color
Monochromatic Colors of #8F967A
Black with #8F967A
Text Example
Text Example
White with #8F967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F967A; }
p { color: rgb(143,150,122); }
H1.HeaderClassName
{
color: #8F967A;
}
.AnyTagClassName
{
color: #8F967A;
}
</style>
background-color css
<style>
a { background-color: #8F967A; }
a { background-color: rgb(143,150,122); }
div.DivClassName
{
background-color: #8F967A;
}
.BgClassName
{
background-color: #8F967A;
}
</style>
border-color css
<style>
span { border-color: #8F967A; }
span { border-color: rgb(143,150,122); }
td.TdClassName
{
border-color: #8F967A;
}
.TagClassName
{
border-color: #8F967A;
}
</style>