Shades of Sage #8A9A73
Tints of Sage #8A9A73
RGB
CMYK
RGB Variations
Color information
#8A9A73 (or 0x8A9A73) is known color: Sage. HEX triplet: 8A, 9A and 73. RGB value is (138,154,115). Sum of RGB (Red+Green+Blue) = 138+154+115=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A73 is #75658C. Grayscale: #909090. Windows color (decimal): -7693709 or 7576202. OLE color: 7576202.
HSL color Cylindrical-coordinate representation of color #8A9A73: hue angle of 84.62º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A9A73 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 154 | 115 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.40 |
| HSL | 84.62º | 0.16% | 0.53% | - |
| HSV(B) | 84.62º | 0.25% | 0.6% | - |
| XYZ | 25.13 | 29.75 | 20.64 | - |
| YUV | 144.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 115 | 0.10 | 0 | 0.25 | 0.40 | 84.62 | 0.16 | 0.53 |
| Hex | 8A | 9A | 73 | A | 0 | 19 | 28 | 55 | 10 | 35 |
| Octal | 212 | 232 | 163 | 12 | 0 | 31 | 50 | 125 | 20 | 65 |
| Binary | 10001010 | 10011010 | 1110011 | 1010 | 0 | 11001 | 101000 | 1010101 | 10000 | 110101 |
Color Harmonies of #8A9A73
Complementary color
Monochromatic Colors of #8A9A73
Black with #8A9A73
Text Example
Text Example
White with #8A9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9A73; }
p { color: rgb(138,154,115); }
H1.HeaderClassName
{
color: #8A9A73;
}
.AnyTagClassName
{
color: #8A9A73;
}
</style>
background-color css
<style>
a { background-color: #8A9A73; }
a { background-color: rgb(138,154,115); }
div.DivClassName
{
background-color: #8A9A73;
}
.BgClassName
{
background-color: #8A9A73;
}
</style>
border-color css
<style>
span { border-color: #8A9A73; }
span { border-color: rgb(138,154,115); }
td.TdClassName
{
border-color: #8A9A73;
}
.TagClassName
{
border-color: #8A9A73;
}
</style>