Shades of Sage #8C9476
Tints of Sage #8C9476
RGB
CMYK
RGB Variations
Color information
#8C9476 (or 0x8C9476) is known color: Sage. HEX triplet: 8C, 94 and 76. RGB value is (140,148,118). Sum of RGB (Red+Green+Blue) = 140+148+118=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9476 is #736B89. Grayscale: #8E8E8E. Windows color (decimal): -7564170 or 7771276. OLE color: 7771276.
HSL color Cylindrical-coordinate representation of color #8C9476: hue angle of 76º 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 #8C9476 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 118 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.42 |
| HSL | 76º | 0.12% | 0.52% | - |
| HSV(B) | 76º | 0.2% | 0.58% | - |
| XYZ | 24.68 | 28.06 | 21.26 | - |
| YUV | 142.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 118 | 0.05 | 0 | 0.20 | 0.42 | 76 | 0.12 | 0.52 |
| Hex | 8C | 94 | 76 | 5 | 0 | 14 | 2A | 4C | C | 34 |
| Octal | 214 | 224 | 166 | 5 | 0 | 24 | 52 | 114 | 14 | 64 |
| Binary | 10001100 | 10010100 | 1110110 | 101 | 0 | 10100 | 101010 | 1001100 | 1100 | 110100 |
Color Harmonies of #8C9476
Complementary color
Monochromatic Colors of #8C9476
Black with #8C9476
Text Example
Text Example
White with #8C9476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9476; }
p { color: rgb(140,148,118); }
H1.HeaderClassName
{
color: #8C9476;
}
.AnyTagClassName
{
color: #8C9476;
}
</style>
background-color css
<style>
a { background-color: #8C9476; }
a { background-color: rgb(140,148,118); }
div.DivClassName
{
background-color: #8C9476;
}
.BgClassName
{
background-color: #8C9476;
}
</style>
border-color css
<style>
span { border-color: #8C9476; }
span { border-color: rgb(140,148,118); }
td.TdClassName
{
border-color: #8C9476;
}
.TagClassName
{
border-color: #8C9476;
}
</style>