Shades of Sage #8C9F71
Tints of Sage #8C9F71
RGB
CMYK
RGB Variations
Color information
#8C9F71 (or 0x8C9F71) is known color: Sage. HEX triplet: 8C, 9F and 71. RGB value is (140,159,113). Sum of RGB (Red+Green+Blue) = 140+159+113=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F71 is #73608E. Grayscale: #949494. Windows color (decimal): -7561359 or 7446412. OLE color: 7446412.
HSL color Cylindrical-coordinate representation of color #8C9F71: hue angle of 84.78º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C9F71 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 113 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.38 |
| HSL | 84.78º | 0.19% | 0.53% | - |
| HSV(B) | 84.78º | 0.29% | 0.62% | - |
| XYZ | 26.19 | 31.56 | 20.33 | - |
| YUV | 148.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 113 | 0.12 | 0 | 0.29 | 0.38 | 84.78 | 0.19 | 0.53 |
| Hex | 8C | 9F | 71 | C | 0 | 1D | 26 | 55 | 13 | 35 |
| Octal | 214 | 237 | 161 | 14 | 0 | 35 | 46 | 125 | 23 | 65 |
| Binary | 10001100 | 10011111 | 1110001 | 1100 | 0 | 11101 | 100110 | 1010101 | 10011 | 110101 |
Color Harmonies of #8C9F71
Complementary color
Monochromatic Colors of #8C9F71
Black with #8C9F71
Text Example
Text Example
White with #8C9F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F71; }
p { color: rgb(140,159,113); }
H1.HeaderClassName
{
color: #8C9F71;
}
.AnyTagClassName
{
color: #8C9F71;
}
</style>
background-color css
<style>
a { background-color: #8C9F71; }
a { background-color: rgb(140,159,113); }
div.DivClassName
{
background-color: #8C9F71;
}
.BgClassName
{
background-color: #8C9F71;
}
</style>
border-color css
<style>
span { border-color: #8C9F71; }
span { border-color: rgb(140,159,113); }
td.TdClassName
{
border-color: #8C9F71;
}
.TagClassName
{
border-color: #8C9F71;
}
</style>