Shades of Sage #8A9673
Tints of Sage #8A9673
RGB
CMYK
RGB Variations
Color information
#8A9673 (or 0x8A9673) is known color: Sage. HEX triplet: 8A, 96 and 73. RGB value is (138,150,115). Sum of RGB (Red+Green+Blue) = 138+150+115=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9673 is #75698C. Grayscale: #8E8E8E. Windows color (decimal): -7694733 or 7575178. OLE color: 7575178.
HSL color Cylindrical-coordinate representation of color #8A9673: hue angle of 80.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A9673 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 115 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.41 |
| HSL | 80.57º | 0.14% | 0.52% | - |
| HSV(B) | 80.57º | 0.23% | 0.59% | - |
| XYZ | 24.48 | 28.45 | 20.42 | - |
| YUV | 142.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 115 | 0.08 | 0 | 0.23 | 0.41 | 80.57 | 0.14 | 0.52 |
| Hex | 8A | 96 | 73 | 8 | 0 | 17 | 29 | 51 | E | 34 |
| Octal | 212 | 226 | 163 | 10 | 0 | 27 | 51 | 121 | 16 | 64 |
| Binary | 10001010 | 10010110 | 1110011 | 1000 | 0 | 10111 | 101001 | 1010001 | 1110 | 110100 |
Color Harmonies of #8A9673
Complementary color
Monochromatic Colors of #8A9673
Black with #8A9673
Text Example
Text Example
White with #8A9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9673; }
p { color: rgb(138,150,115); }
H1.HeaderClassName
{
color: #8A9673;
}
.AnyTagClassName
{
color: #8A9673;
}
</style>
background-color css
<style>
a { background-color: #8A9673; }
a { background-color: rgb(138,150,115); }
div.DivClassName
{
background-color: #8A9673;
}
.BgClassName
{
background-color: #8A9673;
}
</style>
border-color css
<style>
span { border-color: #8A9673; }
span { border-color: rgb(138,150,115); }
td.TdClassName
{
border-color: #8A9673;
}
.TagClassName
{
border-color: #8A9673;
}
</style>