Shades of Sage #8B9771
Tints of Sage #8B9771
RGB
CMYK
RGB Variations
Color information
#8B9771 (or 0x8B9771) is known color: Sage. HEX triplet: 8B, 97 and 71. RGB value is (139,151,113). Sum of RGB (Red+Green+Blue) = 139+151+113=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9771 is #74688E. Grayscale: #8F8F8F. Windows color (decimal): -7628943 or 7444363. OLE color: 7444363.
HSL color Cylindrical-coordinate representation of color #8B9771: hue angle of 78.95º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B9771 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 113 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.41 |
| HSL | 78.95º | 0.15% | 0.52% | - |
| HSV(B) | 78.95º | 0.25% | 0.59% | - |
| XYZ | 24.69 | 28.81 | 19.88 | - |
| YUV | 143.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 113 | 0.08 | 0 | 0.25 | 0.41 | 78.95 | 0.15 | 0.52 |
| Hex | 8B | 97 | 71 | 8 | 0 | 19 | 29 | 4F | F | 34 |
| Octal | 213 | 227 | 161 | 10 | 0 | 31 | 51 | 117 | 17 | 64 |
| Binary | 10001011 | 10010111 | 1110001 | 1000 | 0 | 11001 | 101001 | 1001111 | 1111 | 110100 |
Color Harmonies of #8B9771
Complementary color
Monochromatic Colors of #8B9771
Black with #8B9771
Text Example
Text Example
White with #8B9771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9771; }
p { color: rgb(139,151,113); }
H1.HeaderClassName
{
color: #8B9771;
}
.AnyTagClassName
{
color: #8B9771;
}
</style>
background-color css
<style>
a { background-color: #8B9771; }
a { background-color: rgb(139,151,113); }
div.DivClassName
{
background-color: #8B9771;
}
.BgClassName
{
background-color: #8B9771;
}
</style>
border-color css
<style>
span { border-color: #8B9771; }
span { border-color: rgb(139,151,113); }
td.TdClassName
{
border-color: #8B9771;
}
.TagClassName
{
border-color: #8B9771;
}
</style>