Shades of Sage #8A9379
Tints of Sage #8A9379
RGB
CMYK
RGB Variations
Color information
#8A9379 (or 0x8A9379) is known color: Sage. HEX triplet: 8A, 93 and 79. RGB value is (138,147,121). Sum of RGB (Red+Green+Blue) = 138+147+121=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9379 is #756C86. Grayscale: #8D8D8D. Windows color (decimal): -7695495 or 7967626. OLE color: 7967626.
HSL color Cylindrical-coordinate representation of color #8A9379: hue angle of 80.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A9379 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 121 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.42 |
| HSL | 80.77º | 0.11% | 0.53% | - |
| HSV(B) | 80.77º | 0.18% | 0.58% | - |
| XYZ | 24.37 | 27.65 | 22.14 | - |
| YUV | 141.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 121 | 0.06 | 0 | 0.18 | 0.42 | 80.77 | 0.11 | 0.53 |
| Hex | 8A | 93 | 79 | 6 | 0 | 12 | 2A | 51 | B | 35 |
| Octal | 212 | 223 | 171 | 6 | 0 | 22 | 52 | 121 | 13 | 65 |
| Binary | 10001010 | 10010011 | 1111001 | 110 | 0 | 10010 | 101010 | 1010001 | 1011 | 110101 |
Color Harmonies of #8A9379
Complementary color
Monochromatic Colors of #8A9379
Black with #8A9379
Text Example
Text Example
White with #8A9379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9379; }
p { color: rgb(138,147,121); }
H1.HeaderClassName
{
color: #8A9379;
}
.AnyTagClassName
{
color: #8A9379;
}
</style>
background-color css
<style>
a { background-color: #8A9379; }
a { background-color: rgb(138,147,121); }
div.DivClassName
{
background-color: #8A9379;
}
.BgClassName
{
background-color: #8A9379;
}
</style>
border-color css
<style>
span { border-color: #8A9379; }
span { border-color: rgb(138,147,121); }
td.TdClassName
{
border-color: #8A9379;
}
.TagClassName
{
border-color: #8A9379;
}
</style>