Shades of Sage #9CA873
Tints of Sage #9CA873
RGB
CMYK
RGB Variations
Color information
#9CA873 (or 0x9CA873) is known color: Sage. HEX triplet: 9C, A8 and 73. RGB value is (156,168,115). Sum of RGB (Red+Green+Blue) = 156+168+115=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA873 is #63578C. Grayscale: #9E9E9E. Windows color (decimal): -6510477 or 7579804. OLE color: 7579804.
HSL color Cylindrical-coordinate representation of color #9CA873: hue angle of 73.58º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CA873 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 115 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.34 |
| HSL | 73.58º | 0.23% | 0.55% | - |
| HSV(B) | 73.58º | 0.32% | 0.66% | - |
| XYZ | 30.81 | 36.31 | 21.6 | - |
| YUV | 158.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 115 | 0.07 | 0 | 0.32 | 0.34 | 73.58 | 0.23 | 0.55 |
| Hex | 9C | A8 | 73 | 7 | 0 | 20 | 22 | 4A | 17 | 37 |
| Octal | 234 | 250 | 163 | 7 | 0 | 40 | 42 | 112 | 27 | 67 |
| Binary | 10011100 | 10101000 | 1110011 | 111 | 0 | 100000 | 100010 | 1001010 | 10111 | 110111 |
Color Harmonies of #9CA873
Complementary color
Monochromatic Colors of #9CA873
Black with #9CA873
Text Example
Text Example
White with #9CA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA873; }
p { color: rgb(156,168,115); }
H1.HeaderClassName
{
color: #9CA873;
}
.AnyTagClassName
{
color: #9CA873;
}
</style>
background-color css
<style>
a { background-color: #9CA873; }
a { background-color: rgb(156,168,115); }
div.DivClassName
{
background-color: #9CA873;
}
.BgClassName
{
background-color: #9CA873;
}
</style>
border-color css
<style>
span { border-color: #9CA873; }
span { border-color: rgb(156,168,115); }
td.TdClassName
{
border-color: #9CA873;
}
.TagClassName
{
border-color: #9CA873;
}
</style>