Shades of Sage #8FA17A
Tints of Sage #8FA17A
RGB
CMYK
RGB Variations
Color information
#8FA17A (or 0x8FA17A) is known color: Sage. HEX triplet: 8F, A1 and 7A. RGB value is (143,161,122). Sum of RGB (Red+Green+Blue) = 143+161+122=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA17A is #705E85. Grayscale: #979797. Windows color (decimal): -7364230 or 8036751. OLE color: 8036751.
HSL color Cylindrical-coordinate representation of color #8FA17A: hue angle of 87.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FA17A is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 122 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.37 |
| HSL | 87.69º | 0.17% | 0.55% | - |
| HSV(B) | 87.69º | 0.24% | 0.63% | - |
| XYZ | 27.59 | 32.73 | 23.28 | - |
| YUV | 151.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 122 | 0.11 | 0 | 0.24 | 0.37 | 87.69 | 0.17 | 0.55 |
| Hex | 8F | A1 | 7A | B | 0 | 18 | 25 | 58 | 11 | 37 |
| Octal | 217 | 241 | 172 | 13 | 0 | 30 | 45 | 130 | 21 | 67 |
| Binary | 10001111 | 10100001 | 1111010 | 1011 | 0 | 11000 | 100101 | 1011000 | 10001 | 110111 |
Color Harmonies of #8FA17A
Complementary color
Monochromatic Colors of #8FA17A
Black with #8FA17A
Text Example
Text Example
White with #8FA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA17A; }
p { color: rgb(143,161,122); }
H1.HeaderClassName
{
color: #8FA17A;
}
.AnyTagClassName
{
color: #8FA17A;
}
</style>
background-color css
<style>
a { background-color: #8FA17A; }
a { background-color: rgb(143,161,122); }
div.DivClassName
{
background-color: #8FA17A;
}
.BgClassName
{
background-color: #8FA17A;
}
</style>
border-color css
<style>
span { border-color: #8FA17A; }
span { border-color: rgb(143,161,122); }
td.TdClassName
{
border-color: #8FA17A;
}
.TagClassName
{
border-color: #8FA17A;
}
</style>