Shades of Sage #8FA273
Tints of Sage #8FA273
RGB
CMYK
RGB Variations
Color information
#8FA273 (or 0x8FA273) is known color: Sage. HEX triplet: 8F, A2 and 73. RGB value is (143,162,115). Sum of RGB (Red+Green+Blue) = 143+162+115=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA273 is #705D8C. Grayscale: #979797. Windows color (decimal): -7363981 or 7578255. OLE color: 7578255.
HSL color Cylindrical-coordinate representation of color #8FA273: hue angle of 84.26º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA273 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 115 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.36 |
| HSL | 84.26º | 0.2% | 0.54% | - |
| HSV(B) | 84.26º | 0.29% | 0.64% | - |
| XYZ | 27.34 | 32.92 | 21.13 | - |
| YUV | 150.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 115 | 0.12 | 0 | 0.29 | 0.36 | 84.26 | 0.2 | 0.54 |
| Hex | 8F | A2 | 73 | C | 0 | 1D | 24 | 54 | 14 | 36 |
| Octal | 217 | 242 | 163 | 14 | 0 | 35 | 44 | 124 | 24 | 66 |
| Binary | 10001111 | 10100010 | 1110011 | 1100 | 0 | 11101 | 100100 | 1010100 | 10100 | 110110 |
Color Harmonies of #8FA273
Complementary color
Monochromatic Colors of #8FA273
Black with #8FA273
Text Example
Text Example
White with #8FA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA273; }
p { color: rgb(143,162,115); }
H1.HeaderClassName
{
color: #8FA273;
}
.AnyTagClassName
{
color: #8FA273;
}
</style>
background-color css
<style>
a { background-color: #8FA273; }
a { background-color: rgb(143,162,115); }
div.DivClassName
{
background-color: #8FA273;
}
.BgClassName
{
background-color: #8FA273;
}
</style>
border-color css
<style>
span { border-color: #8FA273; }
span { border-color: rgb(143,162,115); }
td.TdClassName
{
border-color: #8FA273;
}
.TagClassName
{
border-color: #8FA273;
}
</style>