Shades of Sage #8A9475
Tints of Sage #8A9475
RGB
CMYK
RGB Variations
Color information
#8A9475 (or 0x8A9475) is known color: Sage. HEX triplet: 8A, 94 and 75. RGB value is (138,148,117). Sum of RGB (Red+Green+Blue) = 138+148+117=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9475 is #756B8A. Grayscale: #8D8D8D. Windows color (decimal): -7695243 or 7705738. OLE color: 7705738.
HSL color Cylindrical-coordinate representation of color #8A9475: hue angle of 79.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A9475 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 117 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.42 |
| HSL | 79.35º | 0.13% | 0.52% | - |
| HSV(B) | 79.35º | 0.21% | 0.58% | - |
| XYZ | 24.28 | 27.87 | 20.93 | - |
| YUV | 141.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 117 | 0.07 | 0 | 0.21 | 0.42 | 79.35 | 0.13 | 0.52 |
| Hex | 8A | 94 | 75 | 7 | 0 | 15 | 2A | 4F | D | 34 |
| Octal | 212 | 224 | 165 | 7 | 0 | 25 | 52 | 117 | 15 | 64 |
| Binary | 10001010 | 10010100 | 1110101 | 111 | 0 | 10101 | 101010 | 1001111 | 1101 | 110100 |
Color Harmonies of #8A9475
Complementary color
Monochromatic Colors of #8A9475
Black with #8A9475
Text Example
Text Example
White with #8A9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9475; }
p { color: rgb(138,148,117); }
H1.HeaderClassName
{
color: #8A9475;
}
.AnyTagClassName
{
color: #8A9475;
}
</style>
background-color css
<style>
a { background-color: #8A9475; }
a { background-color: rgb(138,148,117); }
div.DivClassName
{
background-color: #8A9475;
}
.BgClassName
{
background-color: #8A9475;
}
</style>
border-color css
<style>
span { border-color: #8A9475; }
span { border-color: rgb(138,148,117); }
td.TdClassName
{
border-color: #8A9475;
}
.TagClassName
{
border-color: #8A9475;
}
</style>