Shades of Sage #8FA16C
Tints of Sage #8FA16C
RGB
CMYK
RGB Variations
Color information
#8FA16C (or 0x8FA16C) is known color: Sage. HEX triplet: 8F, A1 and 6C. RGB value is (143,161,108). Sum of RGB (Red+Green+Blue) = 143+161+108=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA16C is #705E93. Grayscale: #959595. Windows color (decimal): -7364244 or 7119247. OLE color: 7119247.
HSL color Cylindrical-coordinate representation of color #8FA16C: hue angle of 80.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FA16C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 108 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.37 |
| HSL | 80.38º | 0.22% | 0.53% | - |
| HSV(B) | 80.38º | 0.33% | 0.63% | - |
| XYZ | 26.78 | 32.41 | 19.03 | - |
| YUV | 149.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 108 | 0.11 | 0 | 0.33 | 0.37 | 80.38 | 0.22 | 0.53 |
| Hex | 8F | A1 | 6C | B | 0 | 21 | 25 | 50 | 16 | 35 |
| Octal | 217 | 241 | 154 | 13 | 0 | 41 | 45 | 120 | 26 | 65 |
| Binary | 10001111 | 10100001 | 1101100 | 1011 | 0 | 100001 | 100101 | 1010000 | 10110 | 110101 |
Color Harmonies of #8FA16C
Complementary color
Monochromatic Colors of #8FA16C
Black with #8FA16C
Text Example
Text Example
White with #8FA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA16C; }
p { color: rgb(143,161,108); }
H1.HeaderClassName
{
color: #8FA16C;
}
.AnyTagClassName
{
color: #8FA16C;
}
</style>
background-color css
<style>
a { background-color: #8FA16C; }
a { background-color: rgb(143,161,108); }
div.DivClassName
{
background-color: #8FA16C;
}
.BgClassName
{
background-color: #8FA16C;
}
</style>
border-color css
<style>
span { border-color: #8FA16C; }
span { border-color: rgb(143,161,108); }
td.TdClassName
{
border-color: #8FA16C;
}
.TagClassName
{
border-color: #8FA16C;
}
</style>