Shades of Sage #8A967C
Tints of Sage #8A967C
RGB
CMYK
RGB Variations
Color information
#8A967C (or 0x8A967C) is known color: Sage. HEX triplet: 8A, 96 and 7C. RGB value is (138,150,124). Sum of RGB (Red+Green+Blue) = 138+150+124=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #8A967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A967C is #756983. Grayscale: #8F8F8F. Windows color (decimal): -7694724 or 8165002. OLE color: 8165002.
HSL color Cylindrical-coordinate representation of color #8A967C: hue angle of 87.69º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A967C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 124 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.41 |
| HSL | 87.69º | 0.11% | 0.54% | - |
| HSV(B) | 87.69º | 0.17% | 0.59% | - |
| XYZ | 25.03 | 28.67 | 23.28 | - |
| YUV | 143.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 124 | 0.08 | 0 | 0.17 | 0.41 | 87.69 | 0.11 | 0.54 |
| Hex | 8A | 96 | 7C | 8 | 0 | 11 | 29 | 58 | B | 36 |
| Octal | 212 | 226 | 174 | 10 | 0 | 21 | 51 | 130 | 13 | 66 |
| Binary | 10001010 | 10010110 | 1111100 | 1000 | 0 | 10001 | 101001 | 1011000 | 1011 | 110110 |
Color Harmonies of #8A967C
Complementary color
Monochromatic Colors of #8A967C
Black with #8A967C
Text Example
Text Example
White with #8A967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A967C; }
p { color: rgb(138,150,124); }
H1.HeaderClassName
{
color: #8A967C;
}
.AnyTagClassName
{
color: #8A967C;
}
</style>
background-color css
<style>
a { background-color: #8A967C; }
a { background-color: rgb(138,150,124); }
div.DivClassName
{
background-color: #8A967C;
}
.BgClassName
{
background-color: #8A967C;
}
</style>
border-color css
<style>
span { border-color: #8A967C; }
span { border-color: rgb(138,150,124); }
td.TdClassName
{
border-color: #8A967C;
}
.TagClassName
{
border-color: #8A967C;
}
</style>