Shades of Sage #8F9C6E
Tints of Sage #8F9C6E
RGB
CMYK
RGB Variations
Color information
#8F9C6E (or 0x8F9C6E) is known color: Sage. HEX triplet: 8F, 9C and 6E. RGB value is (143,156,110). Sum of RGB (Red+Green+Blue) = 143+156+110=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9C6E is #706391. Grayscale: #939393. Windows color (decimal): -7365522 or 7249039. OLE color: 7249039.
HSL color Cylindrical-coordinate representation of color #8F9C6E: hue angle of 76.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9C6E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 110 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.39 |
| HSL | 76.96º | 0.19% | 0.52% | - |
| HSV(B) | 76.96º | 0.29% | 0.61% | - |
| XYZ | 26.03 | 30.74 | 19.31 | - |
| YUV | 146.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 110 | 0.08 | 0 | 0.29 | 0.39 | 76.96 | 0.19 | 0.52 |
| Hex | 8F | 9C | 6E | 8 | 0 | 1D | 27 | 4D | 13 | 34 |
| Octal | 217 | 234 | 156 | 10 | 0 | 35 | 47 | 115 | 23 | 64 |
| Binary | 10001111 | 10011100 | 1101110 | 1000 | 0 | 11101 | 100111 | 1001101 | 10011 | 110100 |
Color Harmonies of #8F9C6E
Complementary color
Monochromatic Colors of #8F9C6E
Black with #8F9C6E
Text Example
Text Example
White with #8F9C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C6E; }
p { color: rgb(143,156,110); }
H1.HeaderClassName
{
color: #8F9C6E;
}
.AnyTagClassName
{
color: #8F9C6E;
}
</style>
background-color css
<style>
a { background-color: #8F9C6E; }
a { background-color: rgb(143,156,110); }
div.DivClassName
{
background-color: #8F9C6E;
}
.BgClassName
{
background-color: #8F9C6E;
}
</style>
border-color css
<style>
span { border-color: #8F9C6E; }
span { border-color: rgb(143,156,110); }
td.TdClassName
{
border-color: #8F9C6E;
}
.TagClassName
{
border-color: #8F9C6E;
}
</style>