Shades of Sage #8C937D
Tints of Sage #8C937D
RGB
CMYK
RGB Variations
Color information
#8C937D (or 0x8C937D) is known color: Sage. HEX triplet: 8C, 93 and 7D. RGB value is (140,147,125). Sum of RGB (Red+Green+Blue) = 140+147+125=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #8C937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C937D is #736C82. Grayscale: #8E8E8E. Windows color (decimal): -7564419 or 8229772. OLE color: 8229772.
HSL color Cylindrical-coordinate representation of color #8C937D: hue angle of 79.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C937D is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 125 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.42 |
| HSL | 79.09º | 0.09% | 0.53% | - |
| HSV(B) | 79.09º | 0.15% | 0.58% | - |
| XYZ | 24.95 | 27.92 | 23.48 | - |
| YUV | 142.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 125 | 0.05 | 0 | 0.15 | 0.42 | 79.09 | 0.09 | 0.53 |
| Hex | 8C | 93 | 7D | 5 | 0 | F | 2A | 4F | 9 | 35 |
| Octal | 214 | 223 | 175 | 5 | 0 | 17 | 52 | 117 | 11 | 65 |
| Binary | 10001100 | 10010011 | 1111101 | 101 | 0 | 1111 | 101010 | 1001111 | 1001 | 110101 |
Color Harmonies of #8C937D
Complementary color
Monochromatic Colors of #8C937D
Black with #8C937D
Text Example
Text Example
White with #8C937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C937D; }
p { color: rgb(140,147,125); }
H1.HeaderClassName
{
color: #8C937D;
}
.AnyTagClassName
{
color: #8C937D;
}
</style>
background-color css
<style>
a { background-color: #8C937D; }
a { background-color: rgb(140,147,125); }
div.DivClassName
{
background-color: #8C937D;
}
.BgClassName
{
background-color: #8C937D;
}
</style>
border-color css
<style>
span { border-color: #8C937D; }
span { border-color: rgb(140,147,125); }
td.TdClassName
{
border-color: #8C937D;
}
.TagClassName
{
border-color: #8C937D;
}
</style>