Shades of Sage #8B997A
Tints of Sage #8B997A
RGB
CMYK
RGB Variations
Color information
#8B997A (or 0x8B997A) is known color: Sage. HEX triplet: 8B, 99 and 7A. RGB value is (139,153,122). Sum of RGB (Red+Green+Blue) = 139+153+122=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #8B997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B997A is #746685. Grayscale: #919191. Windows color (decimal): -7628422 or 8034699. OLE color: 8034699.
HSL color Cylindrical-coordinate representation of color #8B997A: hue angle of 87.1º 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 #8B997A is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 122 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.4 |
| HSL | 87.1º | 0.13% | 0.54% | - |
| HSV(B) | 87.1º | 0.2% | 0.6% | - |
| XYZ | 25.55 | 29.68 | 22.79 | - |
| YUV | 145.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 122 | 0.09 | 0 | 0.20 | 0.4 | 87.1 | 0.13 | 0.54 |
| Hex | 8B | 99 | 7A | 9 | 0 | 14 | 28 | 57 | D | 36 |
| Octal | 213 | 231 | 172 | 11 | 0 | 24 | 50 | 127 | 15 | 66 |
| Binary | 10001011 | 10011001 | 1111010 | 1001 | 0 | 10100 | 101000 | 1010111 | 1101 | 110110 |
Color Harmonies of #8B997A
Complementary color
Monochromatic Colors of #8B997A
Black with #8B997A
Text Example
Text Example
White with #8B997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B997A; }
p { color: rgb(139,153,122); }
H1.HeaderClassName
{
color: #8B997A;
}
.AnyTagClassName
{
color: #8B997A;
}
</style>
background-color css
<style>
a { background-color: #8B997A; }
a { background-color: rgb(139,153,122); }
div.DivClassName
{
background-color: #8B997A;
}
.BgClassName
{
background-color: #8B997A;
}
</style>
border-color css
<style>
span { border-color: #8B997A; }
span { border-color: rgb(139,153,122); }
td.TdClassName
{
border-color: #8B997A;
}
.TagClassName
{
border-color: #8B997A;
}
</style>