Shades of Sage #8B9178
Tints of Sage #8B9178
RGB
CMYK
RGB Variations
Color information
#8B9178 (or 0x8B9178) is known color: Sage. HEX triplet: 8B, 91 and 78. RGB value is (139,145,120). Sum of RGB (Red+Green+Blue) = 139+145+120=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9178 is #746E87. Grayscale: #8C8C8C. Windows color (decimal): -7630472 or 7901579. OLE color: 7901579.
HSL color Cylindrical-coordinate representation of color #8B9178: hue angle of 74.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B9178 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 120 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.43 |
| HSL | 74.4º | 0.1% | 0.52% | - |
| HSV(B) | 74.4º | 0.17% | 0.57% | - |
| XYZ | 24.16 | 27.1 | 21.73 | - |
| YUV | 140.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 120 | 0.04 | 0 | 0.17 | 0.43 | 74.4 | 0.1 | 0.52 |
| Hex | 8B | 91 | 78 | 4 | 0 | 11 | 2B | 4A | A | 34 |
| Octal | 213 | 221 | 170 | 4 | 0 | 21 | 53 | 112 | 12 | 64 |
| Binary | 10001011 | 10010001 | 1111000 | 100 | 0 | 10001 | 101011 | 1001010 | 1010 | 110100 |
Color Harmonies of #8B9178
Complementary color
Monochromatic Colors of #8B9178
Black with #8B9178
Text Example
Text Example
White with #8B9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9178; }
p { color: rgb(139,145,120); }
H1.HeaderClassName
{
color: #8B9178;
}
.AnyTagClassName
{
color: #8B9178;
}
</style>
background-color css
<style>
a { background-color: #8B9178; }
a { background-color: rgb(139,145,120); }
div.DivClassName
{
background-color: #8B9178;
}
.BgClassName
{
background-color: #8B9178;
}
</style>
border-color css
<style>
span { border-color: #8B9178; }
span { border-color: rgb(139,145,120); }
td.TdClassName
{
border-color: #8B9178;
}
.TagClassName
{
border-color: #8B9178;
}
</style>