Shades of Sage #8C9575
Tints of Sage #8C9575
RGB
CMYK
RGB Variations
Color information
#8C9575 (or 0x8C9575) is known color: Sage. HEX triplet: 8C, 95 and 75. RGB value is (140,149,117). Sum of RGB (Red+Green+Blue) = 140+149+117=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9575 is #736A8A. Grayscale: #8E8E8E. Windows color (decimal): -7563915 or 7705996. OLE color: 7705996.
HSL color Cylindrical-coordinate representation of color #8C9575: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C9575 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 117 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.42 |
| HSL | 76.88º | 0.13% | 0.52% | - |
| HSV(B) | 76.88º | 0.21% | 0.58% | - |
| XYZ | 24.77 | 28.35 | 21 | - |
| YUV | 142.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 117 | 0.06 | 0 | 0.21 | 0.42 | 76.88 | 0.13 | 0.52 |
| Hex | 8C | 95 | 75 | 6 | 0 | 15 | 2A | 4D | D | 34 |
| Octal | 214 | 225 | 165 | 6 | 0 | 25 | 52 | 115 | 15 | 64 |
| Binary | 10001100 | 10010101 | 1110101 | 110 | 0 | 10101 | 101010 | 1001101 | 1101 | 110100 |
Color Harmonies of #8C9575
Complementary color
Monochromatic Colors of #8C9575
Black with #8C9575
Text Example
Text Example
White with #8C9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9575; }
p { color: rgb(140,149,117); }
H1.HeaderClassName
{
color: #8C9575;
}
.AnyTagClassName
{
color: #8C9575;
}
</style>
background-color css
<style>
a { background-color: #8C9575; }
a { background-color: rgb(140,149,117); }
div.DivClassName
{
background-color: #8C9575;
}
.BgClassName
{
background-color: #8C9575;
}
</style>
border-color css
<style>
span { border-color: #8C9575; }
span { border-color: rgb(140,149,117); }
td.TdClassName
{
border-color: #8C9575;
}
.TagClassName
{
border-color: #8C9575;
}
</style>