Shades of Sage #8C9374
Tints of Sage #8C9374
RGB
CMYK
RGB Variations
Color information
#8C9374 (or 0x8C9374) is known color: Sage. HEX triplet: 8C, 93 and 74. RGB value is (140,147,116). Sum of RGB (Red+Green+Blue) = 140+147+116=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9374 is #736C8B. Grayscale: #8D8D8D. Windows color (decimal): -7564428 or 7639948. OLE color: 7639948.
HSL color Cylindrical-coordinate representation of color #8C9374: hue angle of 73.55º 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 #8C9374 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 116 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.42 |
| HSL | 73.55º | 0.13% | 0.52% | - |
| HSV(B) | 73.55º | 0.21% | 0.58% | - |
| XYZ | 24.4 | 27.7 | 20.58 | - |
| YUV | 141.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 116 | 0.05 | 0 | 0.21 | 0.42 | 73.55 | 0.13 | 0.52 |
| Hex | 8C | 93 | 74 | 5 | 0 | 15 | 2A | 4A | D | 34 |
| Octal | 214 | 223 | 164 | 5 | 0 | 25 | 52 | 112 | 15 | 64 |
| Binary | 10001100 | 10010011 | 1110100 | 101 | 0 | 10101 | 101010 | 1001010 | 1101 | 110100 |
Color Harmonies of #8C9374
Complementary color
Monochromatic Colors of #8C9374
Black with #8C9374
Text Example
Text Example
White with #8C9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9374; }
p { color: rgb(140,147,116); }
H1.HeaderClassName
{
color: #8C9374;
}
.AnyTagClassName
{
color: #8C9374;
}
</style>
background-color css
<style>
a { background-color: #8C9374; }
a { background-color: rgb(140,147,116); }
div.DivClassName
{
background-color: #8C9374;
}
.BgClassName
{
background-color: #8C9374;
}
</style>
border-color css
<style>
span { border-color: #8C9374; }
span { border-color: rgb(140,147,116); }
td.TdClassName
{
border-color: #8C9374;
}
.TagClassName
{
border-color: #8C9374;
}
</style>