Shades of Sage #8A9571
Tints of Sage #8A9571
RGB
CMYK
RGB Variations
Color information
#8A9571 (or 0x8A9571) is known color: Sage. HEX triplet: 8A, 95 and 71. RGB value is (138,149,113). Sum of RGB (Red+Green+Blue) = 138+149+113=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9571 is #756A8E. Grayscale: #8D8D8D. Windows color (decimal): -7694991 or 7443850. OLE color: 7443850.
HSL color Cylindrical-coordinate representation of color #8A9571: hue angle of 78.33º degrees, saturation: 0.15, 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 #8A9571 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 113 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.42 |
| HSL | 78.33º | 0.15% | 0.51% | - |
| HSV(B) | 78.33º | 0.24% | 0.58% | - |
| XYZ | 24.21 | 28.09 | 19.77 | - |
| YUV | 141.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 113 | 0.07 | 0 | 0.24 | 0.42 | 78.33 | 0.15 | 0.51 |
| Hex | 8A | 95 | 71 | 7 | 0 | 18 | 2A | 4E | F | 33 |
| Octal | 212 | 225 | 161 | 7 | 0 | 30 | 52 | 116 | 17 | 63 |
| Binary | 10001010 | 10010101 | 1110001 | 111 | 0 | 11000 | 101010 | 1001110 | 1111 | 110011 |
Color Harmonies of #8A9571
Complementary color
Monochromatic Colors of #8A9571
Black with #8A9571
Text Example
Text Example
White with #8A9571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9571; }
p { color: rgb(138,149,113); }
H1.HeaderClassName
{
color: #8A9571;
}
.AnyTagClassName
{
color: #8A9571;
}
</style>
background-color css
<style>
a { background-color: #8A9571; }
a { background-color: rgb(138,149,113); }
div.DivClassName
{
background-color: #8A9571;
}
.BgClassName
{
background-color: #8A9571;
}
</style>
border-color css
<style>
span { border-color: #8A9571; }
span { border-color: rgb(138,149,113); }
td.TdClassName
{
border-color: #8A9571;
}
.TagClassName
{
border-color: #8A9571;
}
</style>