Shades of Sage #9CA37E
Tints of Sage #9CA37E
RGB
CMYK
RGB Variations
Color information
#9CA37E (or 0x9CA37E) is known color: Sage. HEX triplet: 9C, A3 and 7E. RGB value is (156,163,126). Sum of RGB (Red+Green+Blue) = 156+163+126=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA37E is #635C81. Grayscale: #9C9C9C. Windows color (decimal): -6511746 or 8299420. OLE color: 8299420.
HSL color Cylindrical-coordinate representation of color #9CA37E: hue angle of 71.35º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA37E is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 126 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.36 |
| HSL | 71.35º | 0.17% | 0.57% | - |
| HSV(B) | 71.35º | 0.23% | 0.64% | - |
| XYZ | 30.57 | 34.77 | 24.84 | - |
| YUV | 156.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 126 | 0.04 | 0 | 0.23 | 0.36 | 71.35 | 0.17 | 0.57 |
| Hex | 9C | A3 | 7E | 4 | 0 | 17 | 24 | 47 | 11 | 39 |
| Octal | 234 | 243 | 176 | 4 | 0 | 27 | 44 | 107 | 21 | 71 |
| Binary | 10011100 | 10100011 | 1111110 | 100 | 0 | 10111 | 100100 | 1000111 | 10001 | 111001 |
Color Harmonies of #9CA37E
Complementary color
Monochromatic Colors of #9CA37E
Black with #9CA37E
Text Example
Text Example
White with #9CA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA37E; }
p { color: rgb(156,163,126); }
H1.HeaderClassName
{
color: #9CA37E;
}
.AnyTagClassName
{
color: #9CA37E;
}
</style>
background-color css
<style>
a { background-color: #9CA37E; }
a { background-color: rgb(156,163,126); }
div.DivClassName
{
background-color: #9CA37E;
}
.BgClassName
{
background-color: #9CA37E;
}
</style>
border-color css
<style>
span { border-color: #9CA37E; }
span { border-color: rgb(156,163,126); }
td.TdClassName
{
border-color: #9CA37E;
}
.TagClassName
{
border-color: #9CA37E;
}
</style>