Shades of Sage #8F9F70
Tints of Sage #8F9F70
RGB
CMYK
RGB Variations
Color information
#8F9F70 (or 0x8F9F70) is known color: Sage. HEX triplet: 8F, 9F and 70. RGB value is (143,159,112). Sum of RGB (Red+Green+Blue) = 143+159+112=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F70 is #70608F. Grayscale: #959595. Windows color (decimal): -7364752 or 7380879. OLE color: 7380879.
HSL color Cylindrical-coordinate representation of color #8F9F70: hue angle of 80.43º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9F70 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 112 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.38 |
| HSL | 80.43º | 0.2% | 0.53% | - |
| HSV(B) | 80.43º | 0.3% | 0.62% | - |
| XYZ | 26.65 | 31.81 | 20.06 | - |
| YUV | 148.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 112 | 0.10 | 0 | 0.30 | 0.38 | 80.43 | 0.2 | 0.53 |
| Hex | 8F | 9F | 70 | A | 0 | 1E | 26 | 50 | 14 | 35 |
| Octal | 217 | 237 | 160 | 12 | 0 | 36 | 46 | 120 | 24 | 65 |
| Binary | 10001111 | 10011111 | 1110000 | 1010 | 0 | 11110 | 100110 | 1010000 | 10100 | 110101 |
Color Harmonies of #8F9F70
Complementary color
Monochromatic Colors of #8F9F70
Black with #8F9F70
Text Example
Text Example
White with #8F9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F70; }
p { color: rgb(143,159,112); }
H1.HeaderClassName
{
color: #8F9F70;
}
.AnyTagClassName
{
color: #8F9F70;
}
</style>
background-color css
<style>
a { background-color: #8F9F70; }
a { background-color: rgb(143,159,112); }
div.DivClassName
{
background-color: #8F9F70;
}
.BgClassName
{
background-color: #8F9F70;
}
</style>
border-color css
<style>
span { border-color: #8F9F70; }
span { border-color: rgb(143,159,112); }
td.TdClassName
{
border-color: #8F9F70;
}
.TagClassName
{
border-color: #8F9F70;
}
</style>