Shades of Sage #8F9D72
Tints of Sage #8F9D72
RGB
CMYK
RGB Variations
Color information
#8F9D72 (or 0x8F9D72) is known color: Sage. HEX triplet: 8F, 9D and 72. RGB value is (143,157,114). Sum of RGB (Red+Green+Blue) = 143+157+114=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9D72 is #70628D. Grayscale: #949494. Windows color (decimal): -7365262 or 7511439. OLE color: 7511439.
HSL color Cylindrical-coordinate representation of color #8F9D72: hue angle of 79.53º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F9D72 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 114 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.38 |
| HSL | 79.53º | 0.18% | 0.53% | - |
| HSV(B) | 79.53º | 0.27% | 0.62% | - |
| XYZ | 26.42 | 31.17 | 20.54 | - |
| YUV | 147.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 114 | 0.09 | 0 | 0.27 | 0.38 | 79.53 | 0.18 | 0.53 |
| Hex | 8F | 9D | 72 | 9 | 0 | 1B | 26 | 50 | 12 | 35 |
| Octal | 217 | 235 | 162 | 11 | 0 | 33 | 46 | 120 | 22 | 65 |
| Binary | 10001111 | 10011101 | 1110010 | 1001 | 0 | 11011 | 100110 | 1010000 | 10010 | 110101 |
Color Harmonies of #8F9D72
Complementary color
Monochromatic Colors of #8F9D72
Black with #8F9D72
Text Example
Text Example
White with #8F9D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D72; }
p { color: rgb(143,157,114); }
H1.HeaderClassName
{
color: #8F9D72;
}
.AnyTagClassName
{
color: #8F9D72;
}
</style>
background-color css
<style>
a { background-color: #8F9D72; }
a { background-color: rgb(143,157,114); }
div.DivClassName
{
background-color: #8F9D72;
}
.BgClassName
{
background-color: #8F9D72;
}
</style>
border-color css
<style>
span { border-color: #8F9D72; }
span { border-color: rgb(143,157,114); }
td.TdClassName
{
border-color: #8F9D72;
}
.TagClassName
{
border-color: #8F9D72;
}
</style>