Shades of Sage #8A9479
Tints of Sage #8A9479
RGB
CMYK
RGB Variations
Color information
#8A9479 (or 0x8A9479) is known color: Sage. HEX triplet: 8A, 94 and 79. RGB value is (138,148,121). Sum of RGB (Red+Green+Blue) = 138+148+121=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9479 is #756B86. Grayscale: #8E8E8E. Windows color (decimal): -7695239 or 7967882. OLE color: 7967882.
HSL color Cylindrical-coordinate representation of color #8A9479: hue angle of 82.22º 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 #8A9479 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 121 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.42 |
| HSL | 82.22º | 0.11% | 0.53% | - |
| HSV(B) | 82.22º | 0.18% | 0.58% | - |
| XYZ | 24.52 | 27.96 | 22.19 | - |
| YUV | 141.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 121 | 0.07 | 0 | 0.18 | 0.42 | 82.22 | 0.11 | 0.53 |
| Hex | 8A | 94 | 79 | 7 | 0 | 12 | 2A | 52 | B | 35 |
| Octal | 212 | 224 | 171 | 7 | 0 | 22 | 52 | 122 | 13 | 65 |
| Binary | 10001010 | 10010100 | 1111001 | 111 | 0 | 10010 | 101010 | 1010010 | 1011 | 110101 |
Color Harmonies of #8A9479
Complementary color
Monochromatic Colors of #8A9479
Black with #8A9479
Text Example
Text Example
White with #8A9479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9479; }
p { color: rgb(138,148,121); }
H1.HeaderClassName
{
color: #8A9479;
}
.AnyTagClassName
{
color: #8A9479;
}
</style>
background-color css
<style>
a { background-color: #8A9479; }
a { background-color: rgb(138,148,121); }
div.DivClassName
{
background-color: #8A9479;
}
.BgClassName
{
background-color: #8A9479;
}
</style>
border-color css
<style>
span { border-color: #8A9479; }
span { border-color: rgb(138,148,121); }
td.TdClassName
{
border-color: #8A9479;
}
.TagClassName
{
border-color: #8A9479;
}
</style>