Shades of Sage #8CA073
Tints of Sage #8CA073
RGB
CMYK
RGB Variations
Color information
#8CA073 (or 0x8CA073) is known color: Sage. HEX triplet: 8C, A0 and 73. RGB value is (140,160,115). Sum of RGB (Red+Green+Blue) = 140+160+115=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA073 is #735F8C. Grayscale: #959595. Windows color (decimal): -7561101 or 7577740. OLE color: 7577740.
HSL color Cylindrical-coordinate representation of color #8CA073: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CA073 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 115 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.37 |
| HSL | 86.67º | 0.19% | 0.54% | - |
| HSV(B) | 86.67º | 0.28% | 0.63% | - |
| XYZ | 26.48 | 31.95 | 20.99 | - |
| YUV | 148.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 115 | 0.12 | 0 | 0.28 | 0.37 | 86.67 | 0.19 | 0.54 |
| Hex | 8C | A0 | 73 | C | 0 | 1C | 25 | 57 | 13 | 36 |
| Octal | 214 | 240 | 163 | 14 | 0 | 34 | 45 | 127 | 23 | 66 |
| Binary | 10001100 | 10100000 | 1110011 | 1100 | 0 | 11100 | 100101 | 1010111 | 10011 | 110110 |
Color Harmonies of #8CA073
Complementary color
Monochromatic Colors of #8CA073
Black with #8CA073
Text Example
Text Example
White with #8CA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA073; }
p { color: rgb(140,160,115); }
H1.HeaderClassName
{
color: #8CA073;
}
.AnyTagClassName
{
color: #8CA073;
}
</style>
background-color css
<style>
a { background-color: #8CA073; }
a { background-color: rgb(140,160,115); }
div.DivClassName
{
background-color: #8CA073;
}
.BgClassName
{
background-color: #8CA073;
}
</style>
border-color css
<style>
span { border-color: #8CA073; }
span { border-color: rgb(140,160,115); }
td.TdClassName
{
border-color: #8CA073;
}
.TagClassName
{
border-color: #8CA073;
}
</style>