Shades of Sage #8C917D
Tints of Sage #8C917D
RGB
CMYK
RGB Variations
Color information
#8C917D (or 0x8C917D) is known color: Sage. HEX triplet: 8C, 91 and 7D. RGB value is (140,145,125). Sum of RGB (Red+Green+Blue) = 140+145+125=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #8C917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C917D is #736E82. Grayscale: #8D8D8D. Windows color (decimal): -7564931 or 8229260. OLE color: 8229260.
HSL color Cylindrical-coordinate representation of color #8C917D: hue angle of 75º 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 #8C917D is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 125 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.43 |
| HSL | 75º | 0.08% | 0.53% | - |
| HSV(B) | 75º | 0.14% | 0.57% | - |
| XYZ | 24.64 | 27.31 | 23.37 | - |
| YUV | 141.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 125 | 0.03 | 0 | 0.14 | 0.43 | 75 | 0.08 | 0.53 |
| Hex | 8C | 91 | 7D | 3 | 0 | E | 2B | 4B | 8 | 35 |
| Octal | 214 | 221 | 175 | 3 | 0 | 16 | 53 | 113 | 10 | 65 |
| Binary | 10001100 | 10010001 | 1111101 | 11 | 0 | 1110 | 101011 | 1001011 | 1000 | 110101 |
Color Harmonies of #8C917D
Complementary color
Monochromatic Colors of #8C917D
Black with #8C917D
Text Example
Text Example
White with #8C917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C917D; }
p { color: rgb(140,145,125); }
H1.HeaderClassName
{
color: #8C917D;
}
.AnyTagClassName
{
color: #8C917D;
}
</style>
background-color css
<style>
a { background-color: #8C917D; }
a { background-color: rgb(140,145,125); }
div.DivClassName
{
background-color: #8C917D;
}
.BgClassName
{
background-color: #8C917D;
}
</style>
border-color css
<style>
span { border-color: #8C917D; }
span { border-color: rgb(140,145,125); }
td.TdClassName
{
border-color: #8C917D;
}
.TagClassName
{
border-color: #8C917D;
}
</style>