Shades of Sage #8A987A
Tints of Sage #8A987A
RGB
CMYK
RGB Variations
Color information
#8A987A (or 0x8A987A) is known color: Sage. HEX triplet: 8A, 98 and 7A. RGB value is (138,152,122). Sum of RGB (Red+Green+Blue) = 138+152+122=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #8A987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A987A is #756785. Grayscale: #909090. Windows color (decimal): -7694214 or 8034442. OLE color: 8034442.
HSL color Cylindrical-coordinate representation of color #8A987A: hue angle of 88º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A987A is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 122 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.40 |
| HSL | 88º | 0.13% | 0.54% | - |
| HSV(B) | 88º | 0.2% | 0.6% | - |
| XYZ | 25.22 | 29.26 | 22.73 | - |
| YUV | 144.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 122 | 0.09 | 0 | 0.20 | 0.40 | 88 | 0.13 | 0.54 |
| Hex | 8A | 98 | 7A | 9 | 0 | 14 | 28 | 58 | D | 36 |
| Octal | 212 | 230 | 172 | 11 | 0 | 24 | 50 | 130 | 15 | 66 |
| Binary | 10001010 | 10011000 | 1111010 | 1001 | 0 | 10100 | 101000 | 1011000 | 1101 | 110110 |
Color Harmonies of #8A987A
Complementary color
Monochromatic Colors of #8A987A
Black with #8A987A
Text Example
Text Example
White with #8A987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A987A; }
p { color: rgb(138,152,122); }
H1.HeaderClassName
{
color: #8A987A;
}
.AnyTagClassName
{
color: #8A987A;
}
</style>
background-color css
<style>
a { background-color: #8A987A; }
a { background-color: rgb(138,152,122); }
div.DivClassName
{
background-color: #8A987A;
}
.BgClassName
{
background-color: #8A987A;
}
</style>
border-color css
<style>
span { border-color: #8A987A; }
span { border-color: rgb(138,152,122); }
td.TdClassName
{
border-color: #8A987A;
}
.TagClassName
{
border-color: #8A987A;
}
</style>