Shades of Sage #8F9F6C
Tints of Sage #8F9F6C
RGB
CMYK
RGB Variations
Color information
#8F9F6C (or 0x8F9F6C) is known color: Sage. HEX triplet: 8F, 9F and 6C. RGB value is (143,159,108). Sum of RGB (Red+Green+Blue) = 143+159+108=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F6C is #706093. Grayscale: #949494. Windows color (decimal): -7364756 or 7118735. OLE color: 7118735.
HSL color Cylindrical-coordinate representation of color #8F9F6C: hue angle of 78.82º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F9F6C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 108 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.38 |
| HSL | 78.82º | 0.21% | 0.52% | - |
| HSV(B) | 78.82º | 0.32% | 0.62% | - |
| XYZ | 26.43 | 31.72 | 18.92 | - |
| YUV | 148.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 108 | 0.10 | 0 | 0.32 | 0.38 | 78.82 | 0.21 | 0.52 |
| Hex | 8F | 9F | 6C | A | 0 | 20 | 26 | 4F | 15 | 34 |
| Octal | 217 | 237 | 154 | 12 | 0 | 40 | 46 | 117 | 25 | 64 |
| Binary | 10001111 | 10011111 | 1101100 | 1010 | 0 | 100000 | 100110 | 1001111 | 10101 | 110100 |
Color Harmonies of #8F9F6C
Complementary color
Monochromatic Colors of #8F9F6C
Black with #8F9F6C
Text Example
Text Example
White with #8F9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F6C; }
p { color: rgb(143,159,108); }
H1.HeaderClassName
{
color: #8F9F6C;
}
.AnyTagClassName
{
color: #8F9F6C;
}
</style>
background-color css
<style>
a { background-color: #8F9F6C; }
a { background-color: rgb(143,159,108); }
div.DivClassName
{
background-color: #8F9F6C;
}
.BgClassName
{
background-color: #8F9F6C;
}
</style>
border-color css
<style>
span { border-color: #8F9F6C; }
span { border-color: rgb(143,159,108); }
td.TdClassName
{
border-color: #8F9F6C;
}
.TagClassName
{
border-color: #8F9F6C;
}
</style>