Shades of Sage #8FA074
Tints of Sage #8FA074
RGB
CMYK
RGB Variations
Color information
#8FA074 (or 0x8FA074) is known color: Sage. HEX triplet: 8F, A0 and 74. RGB value is (143,160,116). Sum of RGB (Red+Green+Blue) = 143+160+116=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA074 is #705F8B. Grayscale: #969696. Windows color (decimal): -7364492 or 7643279. OLE color: 7643279.
HSL color Cylindrical-coordinate representation of color #8FA074: hue angle of 83.18º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FA074 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 116 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.37 |
| HSL | 83.18º | 0.19% | 0.54% | - |
| HSV(B) | 83.18º | 0.28% | 0.63% | - |
| XYZ | 27.05 | 32.24 | 21.32 | - |
| YUV | 149.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 116 | 0.11 | 0 | 0.28 | 0.37 | 83.18 | 0.19 | 0.54 |
| Hex | 8F | A0 | 74 | B | 0 | 1C | 25 | 53 | 13 | 36 |
| Octal | 217 | 240 | 164 | 13 | 0 | 34 | 45 | 123 | 23 | 66 |
| Binary | 10001111 | 10100000 | 1110100 | 1011 | 0 | 11100 | 100101 | 1010011 | 10011 | 110110 |
Color Harmonies of #8FA074
Complementary color
Monochromatic Colors of #8FA074
Black with #8FA074
Text Example
Text Example
White with #8FA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA074; }
p { color: rgb(143,160,116); }
H1.HeaderClassName
{
color: #8FA074;
}
.AnyTagClassName
{
color: #8FA074;
}
</style>
background-color css
<style>
a { background-color: #8FA074; }
a { background-color: rgb(143,160,116); }
div.DivClassName
{
background-color: #8FA074;
}
.BgClassName
{
background-color: #8FA074;
}
</style>
border-color css
<style>
span { border-color: #8FA074; }
span { border-color: rgb(143,160,116); }
td.TdClassName
{
border-color: #8FA074;
}
.TagClassName
{
border-color: #8FA074;
}
</style>