Shades of Sage #9CAC73
Tints of Sage #9CAC73
RGB
CMYK
RGB Variations
Color information
#9CAC73 (or 0x9CAC73) is known color: Sage. HEX triplet: 9C, AC and 73. RGB value is (156,172,115). Sum of RGB (Red+Green+Blue) = 156+172+115=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC73 is #63538C. Grayscale: #A0A0A0. Windows color (decimal): -6509453 or 7580828. OLE color: 7580828.
HSL color Cylindrical-coordinate representation of color #9CAC73: hue angle of 76.84º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CAC73 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 115 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.33 |
| HSL | 76.84º | 0.26% | 0.56% | - |
| HSV(B) | 76.84º | 0.33% | 0.67% | - |
| XYZ | 31.56 | 37.81 | 21.85 | - |
| YUV | 160.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 115 | 0.09 | 0 | 0.33 | 0.33 | 76.84 | 0.26 | 0.56 |
| Hex | 9C | AC | 73 | 9 | 0 | 21 | 21 | 4D | 1A | 38 |
| Octal | 234 | 254 | 163 | 11 | 0 | 41 | 41 | 115 | 32 | 70 |
| Binary | 10011100 | 10101100 | 1110011 | 1001 | 0 | 100001 | 100001 | 1001101 | 11010 | 111000 |
Color Harmonies of #9CAC73
Complementary color
Monochromatic Colors of #9CAC73
Black with #9CAC73
Text Example
Text Example
White with #9CAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC73; }
p { color: rgb(156,172,115); }
H1.HeaderClassName
{
color: #9CAC73;
}
.AnyTagClassName
{
color: #9CAC73;
}
</style>
background-color css
<style>
a { background-color: #9CAC73; }
a { background-color: rgb(156,172,115); }
div.DivClassName
{
background-color: #9CAC73;
}
.BgClassName
{
background-color: #9CAC73;
}
</style>
border-color css
<style>
span { border-color: #9CAC73; }
span { border-color: rgb(156,172,115); }
td.TdClassName
{
border-color: #9CAC73;
}
.TagClassName
{
border-color: #9CAC73;
}
</style>