Shades of Sage #8C917F
Tints of Sage #8C917F
RGB
CMYK
RGB Variations
Color information
#8C917F (or 0x8C917F) is known color: Sage. HEX triplet: 8C, 91 and 7F. RGB value is (140,145,127). Sum of RGB (Red+Green+Blue) = 140+145+127=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 145 - color contains mainly: green. Hex color #8C917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C917F is #736E80. Grayscale: #8D8D8D. Windows color (decimal): -7564929 or 8360332. OLE color: 8360332.
HSL color Cylindrical-coordinate representation of color #8C917F: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C917F is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 127 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.43 |
| HSL | 76.67º | 0.08% | 0.53% | - |
| HSV(B) | 76.67º | 0.12% | 0.57% | - |
| XYZ | 24.77 | 27.36 | 24.05 | - |
| YUV | 141.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 127 | 0.03 | 0 | 0.12 | 0.43 | 76.67 | 0.08 | 0.53 |
| Hex | 8C | 91 | 7F | 3 | 0 | C | 2B | 4D | 8 | 35 |
| Octal | 214 | 221 | 177 | 3 | 0 | 14 | 53 | 115 | 10 | 65 |
| Binary | 10001100 | 10010001 | 1111111 | 11 | 0 | 1100 | 101011 | 1001101 | 1000 | 110101 |
Color Harmonies of #8C917F
Complementary color
Monochromatic Colors of #8C917F
Black with #8C917F
Text Example
Text Example
White with #8C917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C917F; }
p { color: rgb(140,145,127); }
H1.HeaderClassName
{
color: #8C917F;
}
.AnyTagClassName
{
color: #8C917F;
}
</style>
background-color css
<style>
a { background-color: #8C917F; }
a { background-color: rgb(140,145,127); }
div.DivClassName
{
background-color: #8C917F;
}
.BgClassName
{
background-color: #8C917F;
}
</style>
border-color css
<style>
span { border-color: #8C917F; }
span { border-color: rgb(140,145,127); }
td.TdClassName
{
border-color: #8C917F;
}
.TagClassName
{
border-color: #8C917F;
}
</style>