Shades of Sage #8A977A
Tints of Sage #8A977A
RGB
CMYK
RGB Variations
Color information
#8A977A (or 0x8A977A) is known color: Sage. HEX triplet: 8A, 97 and 7A. RGB value is (138,151,122). Sum of RGB (Red+Green+Blue) = 138+151+122=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #8A977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A977A is #756885. Grayscale: #8F8F8F. Windows color (decimal): -7694470 or 8034186. OLE color: 8034186.
HSL color Cylindrical-coordinate representation of color #8A977A: hue angle of 86.9º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A977A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 122 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.41 |
| HSL | 86.9º | 0.12% | 0.54% | - |
| HSV(B) | 86.9º | 0.19% | 0.59% | - |
| XYZ | 25.06 | 28.94 | 22.68 | - |
| YUV | 143.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 122 | 0.09 | 0 | 0.19 | 0.41 | 86.9 | 0.12 | 0.54 |
| Hex | 8A | 97 | 7A | 9 | 0 | 13 | 29 | 57 | C | 36 |
| Octal | 212 | 227 | 172 | 11 | 0 | 23 | 51 | 127 | 14 | 66 |
| Binary | 10001010 | 10010111 | 1111010 | 1001 | 0 | 10011 | 101001 | 1010111 | 1100 | 110110 |
Color Harmonies of #8A977A
Complementary color
Monochromatic Colors of #8A977A
Black with #8A977A
Text Example
Text Example
White with #8A977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A977A; }
p { color: rgb(138,151,122); }
H1.HeaderClassName
{
color: #8A977A;
}
.AnyTagClassName
{
color: #8A977A;
}
</style>
background-color css
<style>
a { background-color: #8A977A; }
a { background-color: rgb(138,151,122); }
div.DivClassName
{
background-color: #8A977A;
}
.BgClassName
{
background-color: #8A977A;
}
</style>
border-color css
<style>
span { border-color: #8A977A; }
span { border-color: rgb(138,151,122); }
td.TdClassName
{
border-color: #8A977A;
}
.TagClassName
{
border-color: #8A977A;
}
</style>