Shades of Sage #9CA17C
Tints of Sage #9CA17C
RGB
CMYK
RGB Variations
Color information
#9CA17C (or 0x9CA17C) is known color: Sage. HEX triplet: 9C, A1 and 7C. RGB value is (156,161,124). Sum of RGB (Red+Green+Blue) = 156+161+124=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA17C is #635E83. Grayscale: #9B9B9B. Windows color (decimal): -6512260 or 8167836. OLE color: 8167836.
HSL color Cylindrical-coordinate representation of color #9CA17C: hue angle of 68.11º 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 #9CA17C is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 124 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.37 |
| HSL | 68.11º | 0.16% | 0.56% | - |
| HSV(B) | 68.11º | 0.23% | 0.63% | - |
| XYZ | 30.09 | 34.01 | 24.05 | - |
| YUV | 155.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 124 | 0.03 | 0 | 0.23 | 0.37 | 68.11 | 0.16 | 0.56 |
| Hex | 9C | A1 | 7C | 3 | 0 | 17 | 25 | 44 | 10 | 38 |
| Octal | 234 | 241 | 174 | 3 | 0 | 27 | 45 | 104 | 20 | 70 |
| Binary | 10011100 | 10100001 | 1111100 | 11 | 0 | 10111 | 100101 | 1000100 | 10000 | 111000 |
Color Harmonies of #9CA17C
Complementary color
Monochromatic Colors of #9CA17C
Black with #9CA17C
Text Example
Text Example
White with #9CA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA17C; }
p { color: rgb(156,161,124); }
H1.HeaderClassName
{
color: #9CA17C;
}
.AnyTagClassName
{
color: #9CA17C;
}
</style>
background-color css
<style>
a { background-color: #9CA17C; }
a { background-color: rgb(156,161,124); }
div.DivClassName
{
background-color: #9CA17C;
}
.BgClassName
{
background-color: #9CA17C;
}
</style>
border-color css
<style>
span { border-color: #9CA17C; }
span { border-color: rgb(156,161,124); }
td.TdClassName
{
border-color: #9CA17C;
}
.TagClassName
{
border-color: #9CA17C;
}
</style>