Shades of Sage #8A9470
Tints of Sage #8A9470
RGB
CMYK
RGB Variations
Color information
#8A9470 (or 0x8A9470) is known color: Sage. HEX triplet: 8A, 94 and 70. RGB value is (138,148,112). Sum of RGB (Red+Green+Blue) = 138+148+112=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9470 is #756B8F. Grayscale: #8D8D8D. Windows color (decimal): -7695248 or 7378058. OLE color: 7378058.
HSL color Cylindrical-coordinate representation of color #8A9470: hue angle of 76.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A9470 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 112 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.42 |
| HSL | 76.67º | 0.14% | 0.51% | - |
| HSV(B) | 76.67º | 0.24% | 0.58% | - |
| XYZ | 24 | 27.75 | 19.42 | - |
| YUV | 140.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 112 | 0.07 | 0 | 0.24 | 0.42 | 76.67 | 0.14 | 0.51 |
| Hex | 8A | 94 | 70 | 7 | 0 | 18 | 2A | 4D | E | 33 |
| Octal | 212 | 224 | 160 | 7 | 0 | 30 | 52 | 115 | 16 | 63 |
| Binary | 10001010 | 10010100 | 1110000 | 111 | 0 | 11000 | 101010 | 1001101 | 1110 | 110011 |
Color Harmonies of #8A9470
Complementary color
Monochromatic Colors of #8A9470
Black with #8A9470
Text Example
Text Example
White with #8A9470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9470; }
p { color: rgb(138,148,112); }
H1.HeaderClassName
{
color: #8A9470;
}
.AnyTagClassName
{
color: #8A9470;
}
</style>
background-color css
<style>
a { background-color: #8A9470; }
a { background-color: rgb(138,148,112); }
div.DivClassName
{
background-color: #8A9470;
}
.BgClassName
{
background-color: #8A9470;
}
</style>
border-color css
<style>
span { border-color: #8A9470; }
span { border-color: rgb(138,148,112); }
td.TdClassName
{
border-color: #8A9470;
}
.TagClassName
{
border-color: #8A9470;
}
</style>