Shades of Sage #8B957F
Tints of Sage #8B957F
RGB
CMYK
RGB Variations
Color information
#8B957F (or 0x8B957F) is known color: Sage. HEX triplet: 8B, 95 and 7F. RGB value is (139,149,127). Sum of RGB (Red+Green+Blue) = 139+149+127=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #8B957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B957F is #746A80. Grayscale: #8F8F8F. Windows color (decimal): -7629441 or 8361355. OLE color: 8361355.
HSL color Cylindrical-coordinate representation of color #8B957F: hue angle of 87.27º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B957F is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 127 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.42 |
| HSL | 87.27º | 0.09% | 0.54% | - |
| HSV(B) | 87.27º | 0.15% | 0.58% | - |
| XYZ | 25.23 | 28.52 | 24.25 | - |
| YUV | 143.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 127 | 0.07 | 0 | 0.15 | 0.42 | 87.27 | 0.09 | 0.54 |
| Hex | 8B | 95 | 7F | 7 | 0 | F | 2A | 57 | 9 | 36 |
| Octal | 213 | 225 | 177 | 7 | 0 | 17 | 52 | 127 | 11 | 66 |
| Binary | 10001011 | 10010101 | 1111111 | 111 | 0 | 1111 | 101010 | 1010111 | 1001 | 110110 |
Color Harmonies of #8B957F
Complementary color
Monochromatic Colors of #8B957F
Black with #8B957F
Text Example
Text Example
White with #8B957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B957F; }
p { color: rgb(139,149,127); }
H1.HeaderClassName
{
color: #8B957F;
}
.AnyTagClassName
{
color: #8B957F;
}
</style>
background-color css
<style>
a { background-color: #8B957F; }
a { background-color: rgb(139,149,127); }
div.DivClassName
{
background-color: #8B957F;
}
.BgClassName
{
background-color: #8B957F;
}
</style>
border-color css
<style>
span { border-color: #8B957F; }
span { border-color: rgb(139,149,127); }
td.TdClassName
{
border-color: #8B957F;
}
.TagClassName
{
border-color: #8B957F;
}
</style>