Shades of Sage #8FA472
Tints of Sage #8FA472
RGB
CMYK
RGB Variations
Color information
#8FA472 (or 0x8FA472) is known color: Sage. HEX triplet: 8F, A4 and 72. RGB value is (143,164,114). Sum of RGB (Red+Green+Blue) = 143+164+114=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA472 is #705B8D. Grayscale: #989898. Windows color (decimal): -7363470 or 7513231. OLE color: 7513231.
HSL color Cylindrical-coordinate representation of color #8FA472: hue angle of 85.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA472 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 114 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.36 |
| HSL | 85.2º | 0.22% | 0.55% | - |
| HSV(B) | 85.2º | 0.3% | 0.64% | - |
| XYZ | 27.64 | 33.61 | 20.95 | - |
| YUV | 152.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 114 | 0.13 | 0 | 0.30 | 0.36 | 85.2 | 0.22 | 0.55 |
| Hex | 8F | A4 | 72 | D | 0 | 1E | 24 | 55 | 16 | 37 |
| Octal | 217 | 244 | 162 | 15 | 0 | 36 | 44 | 125 | 26 | 67 |
| Binary | 10001111 | 10100100 | 1110010 | 1101 | 0 | 11110 | 100100 | 1010101 | 10110 | 110111 |
Color Harmonies of #8FA472
Complementary color
Monochromatic Colors of #8FA472
Black with #8FA472
Text Example
Text Example
White with #8FA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA472; }
p { color: rgb(143,164,114); }
H1.HeaderClassName
{
color: #8FA472;
}
.AnyTagClassName
{
color: #8FA472;
}
</style>
background-color css
<style>
a { background-color: #8FA472; }
a { background-color: rgb(143,164,114); }
div.DivClassName
{
background-color: #8FA472;
}
.BgClassName
{
background-color: #8FA472;
}
</style>
border-color css
<style>
span { border-color: #8FA472; }
span { border-color: rgb(143,164,114); }
td.TdClassName
{
border-color: #8FA472;
}
.TagClassName
{
border-color: #8FA472;
}
</style>