Shades of Sage #8B9571
Tints of Sage #8B9571
RGB
CMYK
RGB Variations
Color information
#8B9571 (or 0x8B9571) is known color: Sage. HEX triplet: 8B, 95 and 71. RGB value is (139,149,113). Sum of RGB (Red+Green+Blue) = 139+149+113=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9571 is #746A8E. Grayscale: #8E8E8E. Windows color (decimal): -7629455 or 7443851. OLE color: 7443851.
HSL color Cylindrical-coordinate representation of color #8B9571: hue angle of 76.67º 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 #8B9571 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 113 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.42 |
| HSL | 76.67º | 0.15% | 0.51% | - |
| HSV(B) | 76.67º | 0.24% | 0.58% | - |
| XYZ | 24.38 | 28.18 | 19.78 | - |
| YUV | 141.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 113 | 0.07 | 0 | 0.24 | 0.42 | 76.67 | 0.15 | 0.51 |
| Hex | 8B | 95 | 71 | 7 | 0 | 18 | 2A | 4D | F | 33 |
| Octal | 213 | 225 | 161 | 7 | 0 | 30 | 52 | 115 | 17 | 63 |
| Binary | 10001011 | 10010101 | 1110001 | 111 | 0 | 11000 | 101010 | 1001101 | 1111 | 110011 |
Color Harmonies of #8B9571
Complementary color
Monochromatic Colors of #8B9571
Black with #8B9571
Text Example
Text Example
White with #8B9571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9571; }
p { color: rgb(139,149,113); }
H1.HeaderClassName
{
color: #8B9571;
}
.AnyTagClassName
{
color: #8B9571;
}
</style>
background-color css
<style>
a { background-color: #8B9571; }
a { background-color: rgb(139,149,113); }
div.DivClassName
{
background-color: #8B9571;
}
.BgClassName
{
background-color: #8B9571;
}
</style>
border-color css
<style>
span { border-color: #8B9571; }
span { border-color: rgb(139,149,113); }
td.TdClassName
{
border-color: #8B9571;
}
.TagClassName
{
border-color: #8B9571;
}
</style>