Shades of Sage #8C927E
Tints of Sage #8C927E
RGB
CMYK
RGB Variations
Color information
#8C927E (or 0x8C927E) is known color: Sage. HEX triplet: 8C, 92 and 7E. RGB value is (140,146,126). Sum of RGB (Red+Green+Blue) = 140+146+126=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #8C927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C927E is #736D81. Grayscale: #8E8E8E. Windows color (decimal): -7564674 or 8295052. OLE color: 8295052.
HSL color Cylindrical-coordinate representation of color #8C927E: hue angle of 78º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C927E is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 126 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.43 |
| HSL | 78º | 0.08% | 0.53% | - |
| HSV(B) | 78º | 0.14% | 0.57% | - |
| XYZ | 24.86 | 27.64 | 23.76 | - |
| YUV | 141.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 126 | 0.04 | 0 | 0.14 | 0.43 | 78 | 0.08 | 0.53 |
| Hex | 8C | 92 | 7E | 4 | 0 | E | 2B | 4E | 8 | 35 |
| Octal | 214 | 222 | 176 | 4 | 0 | 16 | 53 | 116 | 10 | 65 |
| Binary | 10001100 | 10010010 | 1111110 | 100 | 0 | 1110 | 101011 | 1001110 | 1000 | 110101 |
Color Harmonies of #8C927E
Complementary color
Monochromatic Colors of #8C927E
Black with #8C927E
Text Example
Text Example
White with #8C927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C927E; }
p { color: rgb(140,146,126); }
H1.HeaderClassName
{
color: #8C927E;
}
.AnyTagClassName
{
color: #8C927E;
}
</style>
background-color css
<style>
a { background-color: #8C927E; }
a { background-color: rgb(140,146,126); }
div.DivClassName
{
background-color: #8C927E;
}
.BgClassName
{
background-color: #8C927E;
}
</style>
border-color css
<style>
span { border-color: #8C927E; }
span { border-color: rgb(140,146,126); }
td.TdClassName
{
border-color: #8C927E;
}
.TagClassName
{
border-color: #8C927E;
}
</style>