Shades of Sage #8A966E
Tints of Sage #8A966E
RGB
CMYK
RGB Variations
Color information
#8A966E (or 0x8A966E) is known color: Sage. HEX triplet: 8A, 96 and 6E. RGB value is (138,150,110). Sum of RGB (Red+Green+Blue) = 138+150+110=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 150 - color contains mainly: green. Hex color #8A966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A966E is #756991. Grayscale: #8E8E8E. Windows color (decimal): -7694738 or 7247498. OLE color: 7247498.
HSL color Cylindrical-coordinate representation of color #8A966E: hue angle of 78º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A966E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 110 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.41 |
| HSL | 78º | 0.16% | 0.51% | - |
| HSV(B) | 78º | 0.27% | 0.59% | - |
| XYZ | 24.2 | 28.34 | 18.95 | - |
| YUV | 141.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 110 | 0.08 | 0 | 0.27 | 0.41 | 78 | 0.16 | 0.51 |
| Hex | 8A | 96 | 6E | 8 | 0 | 1B | 29 | 4E | 10 | 33 |
| Octal | 212 | 226 | 156 | 10 | 0 | 33 | 51 | 116 | 20 | 63 |
| Binary | 10001010 | 10010110 | 1101110 | 1000 | 0 | 11011 | 101001 | 1001110 | 10000 | 110011 |
Color Harmonies of #8A966E
Complementary color
Monochromatic Colors of #8A966E
Black with #8A966E
Text Example
Text Example
White with #8A966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A966E; }
p { color: rgb(138,150,110); }
H1.HeaderClassName
{
color: #8A966E;
}
.AnyTagClassName
{
color: #8A966E;
}
</style>
background-color css
<style>
a { background-color: #8A966E; }
a { background-color: rgb(138,150,110); }
div.DivClassName
{
background-color: #8A966E;
}
.BgClassName
{
background-color: #8A966E;
}
</style>
border-color css
<style>
span { border-color: #8A966E; }
span { border-color: rgb(138,150,110); }
td.TdClassName
{
border-color: #8A966E;
}
.TagClassName
{
border-color: #8A966E;
}
</style>