Shades of Sage #8B947D
Tints of Sage #8B947D
RGB
CMYK
RGB Variations
Color information
#8B947D (or 0x8B947D) is known color: Sage. HEX triplet: 8B, 94 and 7D. RGB value is (139,148,125). Sum of RGB (Red+Green+Blue) = 139+148+125=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #8B947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B947D is #746B82. Grayscale: #8E8E8E. Windows color (decimal): -7629699 or 8230027. OLE color: 8230027.
HSL color Cylindrical-coordinate representation of color #8B947D: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B947D is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 148 | 125 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.42 |
| HSL | 83.48º | 0.1% | 0.54% | - |
| HSV(B) | 83.48º | 0.16% | 0.58% | - |
| XYZ | 24.94 | 28.15 | 23.52 | - |
| YUV | 142.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 125 | 0.06 | 0 | 0.16 | 0.42 | 83.48 | 0.1 | 0.54 |
| Hex | 8B | 94 | 7D | 6 | 0 | 10 | 2A | 53 | A | 36 |
| Octal | 213 | 224 | 175 | 6 | 0 | 20 | 52 | 123 | 12 | 66 |
| Binary | 10001011 | 10010100 | 1111101 | 110 | 0 | 10000 | 101010 | 1010011 | 1010 | 110110 |
Color Harmonies of #8B947D
Complementary color
Monochromatic Colors of #8B947D
Black with #8B947D
Text Example
Text Example
White with #8B947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B947D; }
p { color: rgb(139,148,125); }
H1.HeaderClassName
{
color: #8B947D;
}
.AnyTagClassName
{
color: #8B947D;
}
</style>
background-color css
<style>
a { background-color: #8B947D; }
a { background-color: rgb(139,148,125); }
div.DivClassName
{
background-color: #8B947D;
}
.BgClassName
{
background-color: #8B947D;
}
</style>
border-color css
<style>
span { border-color: #8B947D; }
span { border-color: rgb(139,148,125); }
td.TdClassName
{
border-color: #8B947D;
}
.TagClassName
{
border-color: #8B947D;
}
</style>