Shades of Sage #8C9875
Tints of Sage #8C9875
RGB
CMYK
RGB Variations
Color information
#8C9875 (or 0x8C9875) is known color: Sage. HEX triplet: 8C, 98 and 75. RGB value is (140,152,117). Sum of RGB (Red+Green+Blue) = 140+152+117=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9875 is #73678A. Grayscale: #909090. Windows color (decimal): -7563147 or 7706764. OLE color: 7706764.
HSL color Cylindrical-coordinate representation of color #8C9875: hue angle of 80.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C9875 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 117 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.40 |
| HSL | 80.57º | 0.15% | 0.53% | - |
| HSV(B) | 80.57º | 0.23% | 0.6% | - |
| XYZ | 25.25 | 29.32 | 21.16 | - |
| YUV | 144.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 117 | 0.08 | 0 | 0.23 | 0.40 | 80.57 | 0.15 | 0.53 |
| Hex | 8C | 98 | 75 | 8 | 0 | 17 | 28 | 51 | F | 35 |
| Octal | 214 | 230 | 165 | 10 | 0 | 27 | 50 | 121 | 17 | 65 |
| Binary | 10001100 | 10011000 | 1110101 | 1000 | 0 | 10111 | 101000 | 1010001 | 1111 | 110101 |
Color Harmonies of #8C9875
Complementary color
Monochromatic Colors of #8C9875
Black with #8C9875
Text Example
Text Example
White with #8C9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9875; }
p { color: rgb(140,152,117); }
H1.HeaderClassName
{
color: #8C9875;
}
.AnyTagClassName
{
color: #8C9875;
}
</style>
background-color css
<style>
a { background-color: #8C9875; }
a { background-color: rgb(140,152,117); }
div.DivClassName
{
background-color: #8C9875;
}
.BgClassName
{
background-color: #8C9875;
}
</style>
border-color css
<style>
span { border-color: #8C9875; }
span { border-color: rgb(140,152,117); }
td.TdClassName
{
border-color: #8C9875;
}
.TagClassName
{
border-color: #8C9875;
}
</style>