Shades of Sage #8B9575
Tints of Sage #8B9575
RGB
CMYK
RGB Variations
Color information
#8B9575 (or 0x8B9575) is known color: Sage. HEX triplet: 8B, 95 and 75. RGB value is (139,149,117). Sum of RGB (Red+Green+Blue) = 139+149+117=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9575 is #746A8A. Grayscale: #8E8E8E. Windows color (decimal): -7629451 or 7705995. OLE color: 7705995.
HSL color Cylindrical-coordinate representation of color #8B9575: hue angle of 78.75º 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 #8B9575 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 117 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.42 |
| HSL | 78.75º | 0.13% | 0.52% | - |
| HSV(B) | 78.75º | 0.21% | 0.58% | - |
| XYZ | 24.61 | 28.27 | 20.99 | - |
| YUV | 142.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 117 | 0.07 | 0 | 0.21 | 0.42 | 78.75 | 0.13 | 0.52 |
| Hex | 8B | 95 | 75 | 7 | 0 | 15 | 2A | 4F | D | 34 |
| Octal | 213 | 225 | 165 | 7 | 0 | 25 | 52 | 117 | 15 | 64 |
| Binary | 10001011 | 10010101 | 1110101 | 111 | 0 | 10101 | 101010 | 1001111 | 1101 | 110100 |
Color Harmonies of #8B9575
Complementary color
Monochromatic Colors of #8B9575
Black with #8B9575
Text Example
Text Example
White with #8B9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9575; }
p { color: rgb(139,149,117); }
H1.HeaderClassName
{
color: #8B9575;
}
.AnyTagClassName
{
color: #8B9575;
}
</style>
background-color css
<style>
a { background-color: #8B9575; }
a { background-color: rgb(139,149,117); }
div.DivClassName
{
background-color: #8B9575;
}
.BgClassName
{
background-color: #8B9575;
}
</style>
border-color css
<style>
span { border-color: #8B9575; }
span { border-color: rgb(139,149,117); }
td.TdClassName
{
border-color: #8B9575;
}
.TagClassName
{
border-color: #8B9575;
}
</style>