Shades of Sage #8A9373
Tints of Sage #8A9373
RGB
CMYK
RGB Variations
Color information
#8A9373 (or 0x8A9373) is known color: Sage. HEX triplet: 8A, 93 and 73. RGB value is (138,147,115). Sum of RGB (Red+Green+Blue) = 138+147+115=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9373 is #756C8C. Grayscale: #8C8C8C. Windows color (decimal): -7695501 or 7574410. OLE color: 7574410.
HSL color Cylindrical-coordinate representation of color #8A9373: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A9373 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 115 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.42 |
| HSL | 76.88º | 0.13% | 0.51% | - |
| HSV(B) | 76.88º | 0.22% | 0.58% | - |
| XYZ | 24.01 | 27.51 | 20.26 | - |
| YUV | 140.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 115 | 0.06 | 0 | 0.22 | 0.42 | 76.88 | 0.13 | 0.51 |
| Hex | 8A | 93 | 73 | 6 | 0 | 16 | 2A | 4D | D | 33 |
| Octal | 212 | 223 | 163 | 6 | 0 | 26 | 52 | 115 | 15 | 63 |
| Binary | 10001010 | 10010011 | 1110011 | 110 | 0 | 10110 | 101010 | 1001101 | 1101 | 110011 |
Color Harmonies of #8A9373
Complementary color
Monochromatic Colors of #8A9373
Black with #8A9373
Text Example
Text Example
White with #8A9373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9373; }
p { color: rgb(138,147,115); }
H1.HeaderClassName
{
color: #8A9373;
}
.AnyTagClassName
{
color: #8A9373;
}
</style>
background-color css
<style>
a { background-color: #8A9373; }
a { background-color: rgb(138,147,115); }
div.DivClassName
{
background-color: #8A9373;
}
.BgClassName
{
background-color: #8A9373;
}
</style>
border-color css
<style>
span { border-color: #8A9373; }
span { border-color: rgb(138,147,115); }
td.TdClassName
{
border-color: #8A9373;
}
.TagClassName
{
border-color: #8A9373;
}
</style>