Shades of Sage #8FA16D
Tints of Sage #8FA16D
RGB
CMYK
RGB Variations
Color information
#8FA16D (or 0x8FA16D) is known color: Sage. HEX triplet: 8F, A1 and 6D. RGB value is (143,161,109). Sum of RGB (Red+Green+Blue) = 143+161+109=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA16D is #705E92. Grayscale: #959595. Windows color (decimal): -7364243 or 7184783. OLE color: 7184783.
HSL color Cylindrical-coordinate representation of color #8FA16D: hue angle of 80.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FA16D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 109 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.37 |
| HSL | 80.77º | 0.22% | 0.53% | - |
| HSV(B) | 80.77º | 0.32% | 0.63% | - |
| XYZ | 26.83 | 32.43 | 19.31 | - |
| YUV | 149.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 109 | 0.11 | 0 | 0.32 | 0.37 | 80.77 | 0.22 | 0.53 |
| Hex | 8F | A1 | 6D | B | 0 | 20 | 25 | 51 | 16 | 35 |
| Octal | 217 | 241 | 155 | 13 | 0 | 40 | 45 | 121 | 26 | 65 |
| Binary | 10001111 | 10100001 | 1101101 | 1011 | 0 | 100000 | 100101 | 1010001 | 10110 | 110101 |
Color Harmonies of #8FA16D
Complementary color
Monochromatic Colors of #8FA16D
Black with #8FA16D
Text Example
Text Example
White with #8FA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA16D; }
p { color: rgb(143,161,109); }
H1.HeaderClassName
{
color: #8FA16D;
}
.AnyTagClassName
{
color: #8FA16D;
}
</style>
background-color css
<style>
a { background-color: #8FA16D; }
a { background-color: rgb(143,161,109); }
div.DivClassName
{
background-color: #8FA16D;
}
.BgClassName
{
background-color: #8FA16D;
}
</style>
border-color css
<style>
span { border-color: #8FA16D; }
span { border-color: rgb(143,161,109); }
td.TdClassName
{
border-color: #8FA16D;
}
.TagClassName
{
border-color: #8FA16D;
}
</style>