Shades of Sage #8F9D7D
Tints of Sage #8F9D7D
RGB
CMYK
RGB Variations
Color information
#8F9D7D (or 0x8F9D7D) is known color: Sage. HEX triplet: 8F, 9D and 7D. RGB value is (143,157,125). Sum of RGB (Red+Green+Blue) = 143+157+125=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9D7D is #706282. Grayscale: #959595. Windows color (decimal): -7365251 or 8232335. OLE color: 8232335.
HSL color Cylindrical-coordinate representation of color #8F9D7D: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9D7D is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 125 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.38 |
| HSL | 86.25º | 0.14% | 0.55% | - |
| HSV(B) | 86.25º | 0.2% | 0.62% | - |
| XYZ | 27.09 | 31.43 | 24.04 | - |
| YUV | 149.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 125 | 0.09 | 0 | 0.20 | 0.38 | 86.25 | 0.14 | 0.55 |
| Hex | 8F | 9D | 7D | 9 | 0 | 14 | 26 | 56 | E | 37 |
| Octal | 217 | 235 | 175 | 11 | 0 | 24 | 46 | 126 | 16 | 67 |
| Binary | 10001111 | 10011101 | 1111101 | 1001 | 0 | 10100 | 100110 | 1010110 | 1110 | 110111 |
Color Harmonies of #8F9D7D
Complementary color
Monochromatic Colors of #8F9D7D
Black with #8F9D7D
Text Example
Text Example
White with #8F9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D7D; }
p { color: rgb(143,157,125); }
H1.HeaderClassName
{
color: #8F9D7D;
}
.AnyTagClassName
{
color: #8F9D7D;
}
</style>
background-color css
<style>
a { background-color: #8F9D7D; }
a { background-color: rgb(143,157,125); }
div.DivClassName
{
background-color: #8F9D7D;
}
.BgClassName
{
background-color: #8F9D7D;
}
</style>
border-color css
<style>
span { border-color: #8F9D7D; }
span { border-color: rgb(143,157,125); }
td.TdClassName
{
border-color: #8F9D7D;
}
.TagClassName
{
border-color: #8F9D7D;
}
</style>