Shades of Sage #8C9375
Tints of Sage #8C9375
RGB
CMYK
RGB Variations
Color information
#8C9375 (or 0x8C9375) is known color: Sage. HEX triplet: 8C, 93 and 75. RGB value is (140,147,117). Sum of RGB (Red+Green+Blue) = 140+147+117=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9375 is #736C8A. Grayscale: #8D8D8D. Windows color (decimal): -7564427 or 7705484. OLE color: 7705484.
HSL color Cylindrical-coordinate representation of color #8C9375: hue angle of 74º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C9375 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 117 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.42 |
| HSL | 74º | 0.12% | 0.52% | - |
| HSV(B) | 74º | 0.2% | 0.58% | - |
| XYZ | 24.46 | 27.73 | 20.89 | - |
| YUV | 141.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 117 | 0.05 | 0 | 0.20 | 0.42 | 74 | 0.12 | 0.52 |
| Hex | 8C | 93 | 75 | 5 | 0 | 14 | 2A | 4A | C | 34 |
| Octal | 214 | 223 | 165 | 5 | 0 | 24 | 52 | 112 | 14 | 64 |
| Binary | 10001100 | 10010011 | 1110101 | 101 | 0 | 10100 | 101010 | 1001010 | 1100 | 110100 |
Color Harmonies of #8C9375
Complementary color
Monochromatic Colors of #8C9375
Black with #8C9375
Text Example
Text Example
White with #8C9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9375; }
p { color: rgb(140,147,117); }
H1.HeaderClassName
{
color: #8C9375;
}
.AnyTagClassName
{
color: #8C9375;
}
</style>
background-color css
<style>
a { background-color: #8C9375; }
a { background-color: rgb(140,147,117); }
div.DivClassName
{
background-color: #8C9375;
}
.BgClassName
{
background-color: #8C9375;
}
</style>
border-color css
<style>
span { border-color: #8C9375; }
span { border-color: rgb(140,147,117); }
td.TdClassName
{
border-color: #8C9375;
}
.TagClassName
{
border-color: #8C9375;
}
</style>