Shades of Sage #8F9283
Tints of Sage #8F9283
RGB
CMYK
RGB Variations
Color information
#8F9283 (or 0x8F9283) is known color: Sage. HEX triplet: 8F, 92 and 83. RGB value is (143,146,131). Sum of RGB (Red+Green+Blue) = 143+146+131=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9283 is #706D7C. Grayscale: #8F8F8F. Windows color (decimal): -7368061 or 8622735. OLE color: 8622735.
HSL color Cylindrical-coordinate representation of color #8F9283: hue angle of 72º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9283 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 131 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.43 |
| HSL | 72º | 0.06% | 0.54% | - |
| HSV(B) | 72º | 0.1% | 0.57% | - |
| XYZ | 25.7 | 28.04 | 25.53 | - |
| YUV | 143.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 131 | 0.02 | 0 | 0.10 | 0.43 | 72 | 0.06 | 0.54 |
| Hex | 8F | 92 | 83 | 2 | 0 | A | 2B | 48 | 6 | 36 |
| Octal | 217 | 222 | 203 | 2 | 0 | 12 | 53 | 110 | 6 | 66 |
| Binary | 10001111 | 10010010 | 10000011 | 10 | 0 | 1010 | 101011 | 1001000 | 110 | 110110 |
Color Harmonies of #8F9283
Complementary color
Monochromatic Colors of #8F9283
Black with #8F9283
Text Example
Text Example
White with #8F9283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9283; }
p { color: rgb(143,146,131); }
H1.HeaderClassName
{
color: #8F9283;
}
.AnyTagClassName
{
color: #8F9283;
}
</style>
background-color css
<style>
a { background-color: #8F9283; }
a { background-color: rgb(143,146,131); }
div.DivClassName
{
background-color: #8F9283;
}
.BgClassName
{
background-color: #8F9283;
}
</style>
border-color css
<style>
span { border-color: #8F9283; }
span { border-color: rgb(143,146,131); }
td.TdClassName
{
border-color: #8F9283;
}
.TagClassName
{
border-color: #8F9283;
}
</style>