Shades of Sage #8FA173
Tints of Sage #8FA173
RGB
CMYK
RGB Variations
Color information
#8FA173 (or 0x8FA173) is known color: Sage. HEX triplet: 8F, A1 and 73. RGB value is (143,161,115). Sum of RGB (Red+Green+Blue) = 143+161+115=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA173 is #705E8C. Grayscale: #969696. Windows color (decimal): -7364237 or 7577999. OLE color: 7577999.
HSL color Cylindrical-coordinate representation of color #8FA173: hue angle of 83.48º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA173 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 115 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.37 |
| HSL | 83.48º | 0.2% | 0.54% | - |
| HSV(B) | 83.48º | 0.29% | 0.63% | - |
| XYZ | 27.17 | 32.57 | 21.07 | - |
| YUV | 150.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 115 | 0.11 | 0 | 0.29 | 0.37 | 83.48 | 0.2 | 0.54 |
| Hex | 8F | A1 | 73 | B | 0 | 1D | 25 | 53 | 14 | 36 |
| Octal | 217 | 241 | 163 | 13 | 0 | 35 | 45 | 123 | 24 | 66 |
| Binary | 10001111 | 10100001 | 1110011 | 1011 | 0 | 11101 | 100101 | 1010011 | 10100 | 110110 |
Color Harmonies of #8FA173
Complementary color
Monochromatic Colors of #8FA173
Black with #8FA173
Text Example
Text Example
White with #8FA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA173; }
p { color: rgb(143,161,115); }
H1.HeaderClassName
{
color: #8FA173;
}
.AnyTagClassName
{
color: #8FA173;
}
</style>
background-color css
<style>
a { background-color: #8FA173; }
a { background-color: rgb(143,161,115); }
div.DivClassName
{
background-color: #8FA173;
}
.BgClassName
{
background-color: #8FA173;
}
</style>
border-color css
<style>
span { border-color: #8FA173; }
span { border-color: rgb(143,161,115); }
td.TdClassName
{
border-color: #8FA173;
}
.TagClassName
{
border-color: #8FA173;
}
</style>