Shades of Sage #8B9D75
Tints of Sage #8B9D75
RGB
CMYK
RGB Variations
Color information
#8B9D75 (or 0x8B9D75) is known color: Sage. HEX triplet: 8B, 9D and 75. RGB value is (139,157,117). Sum of RGB (Red+Green+Blue) = 139+157+117=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9D75 is #74628A. Grayscale: #939393. Windows color (decimal): -7627403 or 7708043. OLE color: 7708043.
HSL color Cylindrical-coordinate representation of color #8B9D75: hue angle of 87º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B9D75 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 157 | 117 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.38 |
| HSL | 87º | 0.17% | 0.54% | - |
| HSV(B) | 87º | 0.25% | 0.62% | - |
| XYZ | 25.92 | 30.89 | 21.43 | - |
| YUV | 147.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 117 | 0.11 | 0 | 0.25 | 0.38 | 87 | 0.17 | 0.54 |
| Hex | 8B | 9D | 75 | B | 0 | 19 | 26 | 57 | 11 | 36 |
| Octal | 213 | 235 | 165 | 13 | 0 | 31 | 46 | 127 | 21 | 66 |
| Binary | 10001011 | 10011101 | 1110101 | 1011 | 0 | 11001 | 100110 | 1010111 | 10001 | 110110 |
Color Harmonies of #8B9D75
Complementary color
Monochromatic Colors of #8B9D75
Black with #8B9D75
Text Example
Text Example
White with #8B9D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9D75; }
p { color: rgb(139,157,117); }
H1.HeaderClassName
{
color: #8B9D75;
}
.AnyTagClassName
{
color: #8B9D75;
}
</style>
background-color css
<style>
a { background-color: #8B9D75; }
a { background-color: rgb(139,157,117); }
div.DivClassName
{
background-color: #8B9D75;
}
.BgClassName
{
background-color: #8B9D75;
}
</style>
border-color css
<style>
span { border-color: #8B9D75; }
span { border-color: rgb(139,157,117); }
td.TdClassName
{
border-color: #8B9D75;
}
.TagClassName
{
border-color: #8B9D75;
}
</style>