Shades of Sage #8F937A
Tints of Sage #8F937A
RGB
CMYK
RGB Variations
Color information
#8F937A (or 0x8F937A) is known color: Sage. HEX triplet: 8F, 93 and 7A. RGB value is (143,147,122). Sum of RGB (Red+Green+Blue) = 143+147+122=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #8F937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F937A is #706C85. Grayscale: #8F8F8F. Windows color (decimal): -7367814 or 8033167. OLE color: 8033167.
HSL color Cylindrical-coordinate representation of color #8F937A: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F937A is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 122 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.42 |
| HSL | 69.6º | 0.1% | 0.53% | - |
| HSV(B) | 69.6º | 0.17% | 0.58% | - |
| XYZ | 25.27 | 28.11 | 22.51 | - |
| YUV | 142.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 122 | 0.03 | 0 | 0.17 | 0.42 | 69.6 | 0.1 | 0.53 |
| Hex | 8F | 93 | 7A | 3 | 0 | 11 | 2A | 46 | A | 35 |
| Octal | 217 | 223 | 172 | 3 | 0 | 21 | 52 | 106 | 12 | 65 |
| Binary | 10001111 | 10010011 | 1111010 | 11 | 0 | 10001 | 101010 | 1000110 | 1010 | 110101 |
Color Harmonies of #8F937A
Complementary color
Monochromatic Colors of #8F937A
Black with #8F937A
Text Example
Text Example
White with #8F937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F937A; }
p { color: rgb(143,147,122); }
H1.HeaderClassName
{
color: #8F937A;
}
.AnyTagClassName
{
color: #8F937A;
}
</style>
background-color css
<style>
a { background-color: #8F937A; }
a { background-color: rgb(143,147,122); }
div.DivClassName
{
background-color: #8F937A;
}
.BgClassName
{
background-color: #8F937A;
}
</style>
border-color css
<style>
span { border-color: #8F937A; }
span { border-color: rgb(143,147,122); }
td.TdClassName
{
border-color: #8F937A;
}
.TagClassName
{
border-color: #8F937A;
}
</style>