Shades of Sage #8FA177
Tints of Sage #8FA177
RGB
CMYK
RGB Variations
Color information
#8FA177 (or 0x8FA177) is known color: Sage. HEX triplet: 8F, A1 and 77. RGB value is (143,161,119). Sum of RGB (Red+Green+Blue) = 143+161+119=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA177 is #705E88. Grayscale: #969696. Windows color (decimal): -7364233 or 7840143. OLE color: 7840143.
HSL color Cylindrical-coordinate representation of color #8FA177: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA177 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 119 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.37 |
| HSL | 85.71º | 0.18% | 0.55% | - |
| HSV(B) | 85.71º | 0.26% | 0.63% | - |
| XYZ | 27.4 | 32.66 | 22.31 | - |
| YUV | 150.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 119 | 0.11 | 0 | 0.26 | 0.37 | 85.71 | 0.18 | 0.55 |
| Hex | 8F | A1 | 77 | B | 0 | 1A | 25 | 56 | 12 | 37 |
| Octal | 217 | 241 | 167 | 13 | 0 | 32 | 45 | 126 | 22 | 67 |
| Binary | 10001111 | 10100001 | 1110111 | 1011 | 0 | 11010 | 100101 | 1010110 | 10010 | 110111 |
Color Harmonies of #8FA177
Complementary color
Monochromatic Colors of #8FA177
Black with #8FA177
Text Example
Text Example
White with #8FA177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA177; }
p { color: rgb(143,161,119); }
H1.HeaderClassName
{
color: #8FA177;
}
.AnyTagClassName
{
color: #8FA177;
}
</style>
background-color css
<style>
a { background-color: #8FA177; }
a { background-color: rgb(143,161,119); }
div.DivClassName
{
background-color: #8FA177;
}
.BgClassName
{
background-color: #8FA177;
}
</style>
border-color css
<style>
span { border-color: #8FA177; }
span { border-color: rgb(143,161,119); }
td.TdClassName
{
border-color: #8FA177;
}
.TagClassName
{
border-color: #8FA177;
}
</style>