Shades of Sage #8F9384
Tints of Sage #8F9384
RGB
CMYK
RGB Variations
Color information
#8F9384 (or 0x8F9384) is known color: Sage. HEX triplet: 8F, 93 and 84. RGB value is (143,147,132). Sum of RGB (Red+Green+Blue) = 143+147+132=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9384 is #706C7B. Grayscale: #909090. Windows color (decimal): -7367804 or 8688527. OLE color: 8688527.
HSL color Cylindrical-coordinate representation of color #8F9384: hue angle of 76º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9384 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 132 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.42 |
| HSL | 76º | 0.06% | 0.55% | - |
| HSV(B) | 76º | 0.1% | 0.58% | - |
| XYZ | 25.93 | 28.37 | 25.94 | - |
| YUV | 144.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 132 | 0.03 | 0 | 0.10 | 0.42 | 76 | 0.06 | 0.55 |
| Hex | 8F | 93 | 84 | 3 | 0 | A | 2A | 4C | 6 | 37 |
| Octal | 217 | 223 | 204 | 3 | 0 | 12 | 52 | 114 | 6 | 67 |
| Binary | 10001111 | 10010011 | 10000100 | 11 | 0 | 1010 | 101010 | 1001100 | 110 | 110111 |
Color Harmonies of #8F9384
Complementary color
Monochromatic Colors of #8F9384
Black with #8F9384
Text Example
Text Example
White with #8F9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9384; }
p { color: rgb(143,147,132); }
H1.HeaderClassName
{
color: #8F9384;
}
.AnyTagClassName
{
color: #8F9384;
}
</style>
background-color css
<style>
a { background-color: #8F9384; }
a { background-color: rgb(143,147,132); }
div.DivClassName
{
background-color: #8F9384;
}
.BgClassName
{
background-color: #8F9384;
}
</style>
border-color css
<style>
span { border-color: #8F9384; }
span { border-color: rgb(143,147,132); }
td.TdClassName
{
border-color: #8F9384;
}
.TagClassName
{
border-color: #8F9384;
}
</style>