Shades of Sage #9CA07C
Tints of Sage #9CA07C
RGB
CMYK
RGB Variations
Color information
#9CA07C (or 0x9CA07C) is known color: Sage. HEX triplet: 9C, A0 and 7C. RGB value is (156,160,124). Sum of RGB (Red+Green+Blue) = 156+160+124=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA07C is #635F83. Grayscale: #9A9A9A. Windows color (decimal): -6512516 or 8167580. OLE color: 8167580.
HSL color Cylindrical-coordinate representation of color #9CA07C: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA07C is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 124 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.37 |
| HSL | 66.67º | 0.16% | 0.56% | - |
| HSV(B) | 66.67º | 0.23% | 0.63% | - |
| XYZ | 29.92 | 33.66 | 23.99 | - |
| YUV | 154.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 124 | 0.02 | 0 | 0.22 | 0.37 | 66.67 | 0.16 | 0.56 |
| Hex | 9C | A0 | 7C | 2 | 0 | 16 | 25 | 43 | 10 | 38 |
| Octal | 234 | 240 | 174 | 2 | 0 | 26 | 45 | 103 | 20 | 70 |
| Binary | 10011100 | 10100000 | 1111100 | 10 | 0 | 10110 | 100101 | 1000011 | 10000 | 111000 |
Color Harmonies of #9CA07C
Complementary color
Monochromatic Colors of #9CA07C
Black with #9CA07C
Text Example
Text Example
White with #9CA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA07C; }
p { color: rgb(156,160,124); }
H1.HeaderClassName
{
color: #9CA07C;
}
.AnyTagClassName
{
color: #9CA07C;
}
</style>
background-color css
<style>
a { background-color: #9CA07C; }
a { background-color: rgb(156,160,124); }
div.DivClassName
{
background-color: #9CA07C;
}
.BgClassName
{
background-color: #9CA07C;
}
</style>
border-color css
<style>
span { border-color: #9CA07C; }
span { border-color: rgb(156,160,124); }
td.TdClassName
{
border-color: #9CA07C;
}
.TagClassName
{
border-color: #9CA07C;
}
</style>