Shades of Sage #8B967C
Tints of Sage #8B967C
RGB
CMYK
RGB Variations
Color information
#8B967C (or 0x8B967C) is known color: Sage. HEX triplet: 8B, 96 and 7C. RGB value is (139,150,124). Sum of RGB (Red+Green+Blue) = 139+150+124=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #8B967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B967C is #746983. Grayscale: #8F8F8F. Windows color (decimal): -7629188 or 8165003. OLE color: 8165003.
HSL color Cylindrical-coordinate representation of color #8B967C: hue angle of 85.38º 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 #8B967C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 150 | 124 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.41 |
| HSL | 85.38º | 0.11% | 0.54% | - |
| HSV(B) | 85.38º | 0.17% | 0.59% | - |
| XYZ | 25.19 | 28.76 | 23.29 | - |
| YUV | 143.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 124 | 0.07 | 0 | 0.17 | 0.41 | 85.38 | 0.11 | 0.54 |
| Hex | 8B | 96 | 7C | 7 | 0 | 11 | 29 | 55 | B | 36 |
| Octal | 213 | 226 | 174 | 7 | 0 | 21 | 51 | 125 | 13 | 66 |
| Binary | 10001011 | 10010110 | 1111100 | 111 | 0 | 10001 | 101001 | 1010101 | 1011 | 110110 |
Color Harmonies of #8B967C
Complementary color
Monochromatic Colors of #8B967C
Black with #8B967C
Text Example
Text Example
White with #8B967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B967C; }
p { color: rgb(139,150,124); }
H1.HeaderClassName
{
color: #8B967C;
}
.AnyTagClassName
{
color: #8B967C;
}
</style>
background-color css
<style>
a { background-color: #8B967C; }
a { background-color: rgb(139,150,124); }
div.DivClassName
{
background-color: #8B967C;
}
.BgClassName
{
background-color: #8B967C;
}
</style>
border-color css
<style>
span { border-color: #8B967C; }
span { border-color: rgb(139,150,124); }
td.TdClassName
{
border-color: #8B967C;
}
.TagClassName
{
border-color: #8B967C;
}
</style>