Shades of Sage #8A976E
Tints of Sage #8A976E
RGB
CMYK
RGB Variations
Color information
#8A976E (or 0x8A976E) is known color: Sage. HEX triplet: 8A, 97 and 6E. RGB value is (138,151,110). Sum of RGB (Red+Green+Blue) = 138+151+110=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #8A976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A976E is #756891. Grayscale: #8E8E8E. Windows color (decimal): -7694482 or 7247754. OLE color: 7247754.
HSL color Cylindrical-coordinate representation of color #8A976E: hue angle of 79.02º 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 #8A976E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 110 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.41 |
| HSL | 79.02º | 0.16% | 0.51% | - |
| HSV(B) | 79.02º | 0.27% | 0.59% | - |
| XYZ | 24.36 | 28.66 | 19 | - |
| YUV | 142.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 110 | 0.09 | 0 | 0.27 | 0.41 | 79.02 | 0.16 | 0.51 |
| Hex | 8A | 97 | 6E | 9 | 0 | 1B | 29 | 4F | 10 | 33 |
| Octal | 212 | 227 | 156 | 11 | 0 | 33 | 51 | 117 | 20 | 63 |
| Binary | 10001010 | 10010111 | 1101110 | 1001 | 0 | 11011 | 101001 | 1001111 | 10000 | 110011 |
Color Harmonies of #8A976E
Complementary color
Monochromatic Colors of #8A976E
Black with #8A976E
Text Example
Text Example
White with #8A976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A976E; }
p { color: rgb(138,151,110); }
H1.HeaderClassName
{
color: #8A976E;
}
.AnyTagClassName
{
color: #8A976E;
}
</style>
background-color css
<style>
a { background-color: #8A976E; }
a { background-color: rgb(138,151,110); }
div.DivClassName
{
background-color: #8A976E;
}
.BgClassName
{
background-color: #8A976E;
}
</style>
border-color css
<style>
span { border-color: #8A976E; }
span { border-color: rgb(138,151,110); }
td.TdClassName
{
border-color: #8A976E;
}
.TagClassName
{
border-color: #8A976E;
}
</style>