Shades of Sage #8FA17C
Tints of Sage #8FA17C
RGB
CMYK
RGB Variations
Color information
#8FA17C (or 0x8FA17C) is known color: Sage. HEX triplet: 8F, A1 and 7C. RGB value is (143,161,124). Sum of RGB (Red+Green+Blue) = 143+161+124=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA17C is #705E83. Grayscale: #979797. Windows color (decimal): -7364228 or 8167823. OLE color: 8167823.
HSL color Cylindrical-coordinate representation of color #8FA17C: hue angle of 89.19º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA17C is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 124 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.37 |
| HSL | 89.19º | 0.16% | 0.56% | - |
| HSV(B) | 89.19º | 0.23% | 0.63% | - |
| XYZ | 27.71 | 32.78 | 23.94 | - |
| YUV | 151.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 124 | 0.11 | 0 | 0.23 | 0.37 | 89.19 | 0.16 | 0.56 |
| Hex | 8F | A1 | 7C | B | 0 | 17 | 25 | 59 | 10 | 38 |
| Octal | 217 | 241 | 174 | 13 | 0 | 27 | 45 | 131 | 20 | 70 |
| Binary | 10001111 | 10100001 | 1111100 | 1011 | 0 | 10111 | 100101 | 1011001 | 10000 | 111000 |
Color Harmonies of #8FA17C
Complementary color
Monochromatic Colors of #8FA17C
Black with #8FA17C
Text Example
Text Example
White with #8FA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA17C; }
p { color: rgb(143,161,124); }
H1.HeaderClassName
{
color: #8FA17C;
}
.AnyTagClassName
{
color: #8FA17C;
}
</style>
background-color css
<style>
a { background-color: #8FA17C; }
a { background-color: rgb(143,161,124); }
div.DivClassName
{
background-color: #8FA17C;
}
.BgClassName
{
background-color: #8FA17C;
}
</style>
border-color css
<style>
span { border-color: #8FA17C; }
span { border-color: rgb(143,161,124); }
td.TdClassName
{
border-color: #8FA17C;
}
.TagClassName
{
border-color: #8FA17C;
}
</style>