Shades of Sage #9CA17B
Tints of Sage #9CA17B
RGB
CMYK
RGB Variations
Color information
#9CA17B (or 0x9CA17B) is known color: Sage. HEX triplet: 9C, A1 and 7B. RGB value is (156,161,123). Sum of RGB (Red+Green+Blue) = 156+161+123=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA17B is #635E84. Grayscale: #9B9B9B. Windows color (decimal): -6512261 or 8102300. OLE color: 8102300.
HSL color Cylindrical-coordinate representation of color #9CA17B: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA17B is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 123 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.37 |
| HSL | 67.89º | 0.17% | 0.56% | - |
| HSV(B) | 67.89º | 0.24% | 0.63% | - |
| XYZ | 30.03 | 33.99 | 23.72 | - |
| YUV | 155.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 123 | 0.03 | 0 | 0.24 | 0.37 | 67.89 | 0.17 | 0.56 |
| Hex | 9C | A1 | 7B | 3 | 0 | 18 | 25 | 44 | 11 | 38 |
| Octal | 234 | 241 | 173 | 3 | 0 | 30 | 45 | 104 | 21 | 70 |
| Binary | 10011100 | 10100001 | 1111011 | 11 | 0 | 11000 | 100101 | 1000100 | 10001 | 111000 |
Color Harmonies of #9CA17B
Complementary color
Monochromatic Colors of #9CA17B
Black with #9CA17B
Text Example
Text Example
White with #9CA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA17B; }
p { color: rgb(156,161,123); }
H1.HeaderClassName
{
color: #9CA17B;
}
.AnyTagClassName
{
color: #9CA17B;
}
</style>
background-color css
<style>
a { background-color: #9CA17B; }
a { background-color: rgb(156,161,123); }
div.DivClassName
{
background-color: #9CA17B;
}
.BgClassName
{
background-color: #9CA17B;
}
</style>
border-color css
<style>
span { border-color: #9CA17B; }
span { border-color: rgb(156,161,123); }
td.TdClassName
{
border-color: #9CA17B;
}
.TagClassName
{
border-color: #9CA17B;
}
</style>