Shades of Sage #8FA179
Tints of Sage #8FA179
RGB
CMYK
RGB Variations
Color information
#8FA179 (or 0x8FA179) is known color: Sage. HEX triplet: 8F, A1 and 79. RGB value is (143,161,121). Sum of RGB (Red+Green+Blue) = 143+161+121=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA179 is #705E86. Grayscale: #979797. Windows color (decimal): -7364231 or 7971215. OLE color: 7971215.
HSL color Cylindrical-coordinate representation of color #8FA179: hue angle of 87º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FA179 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 121 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.37 |
| HSL | 87º | 0.18% | 0.55% | - |
| HSV(B) | 87º | 0.25% | 0.63% | - |
| XYZ | 27.52 | 32.71 | 22.95 | - |
| YUV | 151.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 121 | 0.11 | 0 | 0.25 | 0.37 | 87 | 0.18 | 0.55 |
| Hex | 8F | A1 | 79 | B | 0 | 19 | 25 | 57 | 12 | 37 |
| Octal | 217 | 241 | 171 | 13 | 0 | 31 | 45 | 127 | 22 | 67 |
| Binary | 10001111 | 10100001 | 1111001 | 1011 | 0 | 11001 | 100101 | 1010111 | 10010 | 110111 |
Color Harmonies of #8FA179
Complementary color
Monochromatic Colors of #8FA179
Black with #8FA179
Text Example
Text Example
White with #8FA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA179; }
p { color: rgb(143,161,121); }
H1.HeaderClassName
{
color: #8FA179;
}
.AnyTagClassName
{
color: #8FA179;
}
</style>
background-color css
<style>
a { background-color: #8FA179; }
a { background-color: rgb(143,161,121); }
div.DivClassName
{
background-color: #8FA179;
}
.BgClassName
{
background-color: #8FA179;
}
</style>
border-color css
<style>
span { border-color: #8FA179; }
span { border-color: rgb(143,161,121); }
td.TdClassName
{
border-color: #8FA179;
}
.TagClassName
{
border-color: #8FA179;
}
</style>