Shades of Sage #8B9279
Tints of Sage #8B9279
RGB
CMYK
RGB Variations
Color information
#8B9279 (or 0x8B9279) is known color: Sage. HEX triplet: 8B, 92 and 79. RGB value is (139,146,121). Sum of RGB (Red+Green+Blue) = 139+146+121=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9279 is #746D86. Grayscale: #8D8D8D. Windows color (decimal): -7630215 or 7967371. OLE color: 7967371.
HSL color Cylindrical-coordinate representation of color #8B9279: hue angle of 76.8º 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 #8B9279 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 121 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.43 |
| HSL | 76.8º | 0.1% | 0.52% | - |
| HSV(B) | 76.8º | 0.17% | 0.57% | - |
| XYZ | 24.38 | 27.43 | 22.1 | - |
| YUV | 141.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 121 | 0.05 | 0 | 0.17 | 0.43 | 76.8 | 0.1 | 0.52 |
| Hex | 8B | 92 | 79 | 5 | 0 | 11 | 2B | 4D | A | 34 |
| Octal | 213 | 222 | 171 | 5 | 0 | 21 | 53 | 115 | 12 | 64 |
| Binary | 10001011 | 10010010 | 1111001 | 101 | 0 | 10001 | 101011 | 1001101 | 1010 | 110100 |
Color Harmonies of #8B9279
Complementary color
Monochromatic Colors of #8B9279
Black with #8B9279
Text Example
Text Example
White with #8B9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9279; }
p { color: rgb(139,146,121); }
H1.HeaderClassName
{
color: #8B9279;
}
.AnyTagClassName
{
color: #8B9279;
}
</style>
background-color css
<style>
a { background-color: #8B9279; }
a { background-color: rgb(139,146,121); }
div.DivClassName
{
background-color: #8B9279;
}
.BgClassName
{
background-color: #8B9279;
}
</style>
border-color css
<style>
span { border-color: #8B9279; }
span { border-color: rgb(139,146,121); }
td.TdClassName
{
border-color: #8B9279;
}
.TagClassName
{
border-color: #8B9279;
}
</style>