Shades of Sage #8B9971
Tints of Sage #8B9971
RGB
CMYK
RGB Variations
Color information
#8B9971 (or 0x8B9971) is known color: Sage. HEX triplet: 8B, 99 and 71. RGB value is (139,153,113). Sum of RGB (Red+Green+Blue) = 139+153+113=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9971 is #74668E. Grayscale: #909090. Windows color (decimal): -7628431 or 7444875. OLE color: 7444875.
HSL color Cylindrical-coordinate representation of color #8B9971: hue angle of 81º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B9971 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 113 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.4 |
| HSL | 81º | 0.16% | 0.52% | - |
| HSV(B) | 81º | 0.26% | 0.6% | - |
| XYZ | 25.02 | 29.46 | 19.99 | - |
| YUV | 144.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 113 | 0.09 | 0 | 0.26 | 0.4 | 81 | 0.16 | 0.52 |
| Hex | 8B | 99 | 71 | 9 | 0 | 1A | 28 | 51 | 10 | 34 |
| Octal | 213 | 231 | 161 | 11 | 0 | 32 | 50 | 121 | 20 | 64 |
| Binary | 10001011 | 10011001 | 1110001 | 1001 | 0 | 11010 | 101000 | 1010001 | 10000 | 110100 |
Color Harmonies of #8B9971
Complementary color
Monochromatic Colors of #8B9971
Black with #8B9971
Text Example
Text Example
White with #8B9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9971; }
p { color: rgb(139,153,113); }
H1.HeaderClassName
{
color: #8B9971;
}
.AnyTagClassName
{
color: #8B9971;
}
</style>
background-color css
<style>
a { background-color: #8B9971; }
a { background-color: rgb(139,153,113); }
div.DivClassName
{
background-color: #8B9971;
}
.BgClassName
{
background-color: #8B9971;
}
</style>
border-color css
<style>
span { border-color: #8B9971; }
span { border-color: rgb(139,153,113); }
td.TdClassName
{
border-color: #8B9971;
}
.TagClassName
{
border-color: #8B9971;
}
</style>