Shades of Sage #9CA37B
Tints of Sage #9CA37B
RGB
CMYK
RGB Variations
Color information
#9CA37B (or 0x9CA37B) is known color: Sage. HEX triplet: 9C, A3 and 7B. RGB value is (156,163,123). Sum of RGB (Red+Green+Blue) = 156+163+123=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA37B is #635C84. Grayscale: #9C9C9C. Windows color (decimal): -6511749 or 8102812. OLE color: 8102812.
HSL color Cylindrical-coordinate representation of color #9CA37B: hue angle of 70.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CA37B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 123 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.36 |
| HSL | 70.5º | 0.18% | 0.56% | - |
| HSV(B) | 70.5º | 0.25% | 0.64% | - |
| XYZ | 30.38 | 34.69 | 23.83 | - |
| YUV | 156.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 123 | 0.04 | 0 | 0.25 | 0.36 | 70.5 | 0.18 | 0.56 |
| Hex | 9C | A3 | 7B | 4 | 0 | 19 | 24 | 46 | 12 | 38 |
| Octal | 234 | 243 | 173 | 4 | 0 | 31 | 44 | 106 | 22 | 70 |
| Binary | 10011100 | 10100011 | 1111011 | 100 | 0 | 11001 | 100100 | 1000110 | 10010 | 111000 |
Color Harmonies of #9CA37B
Complementary color
Monochromatic Colors of #9CA37B
Black with #9CA37B
Text Example
Text Example
White with #9CA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA37B; }
p { color: rgb(156,163,123); }
H1.HeaderClassName
{
color: #9CA37B;
}
.AnyTagClassName
{
color: #9CA37B;
}
</style>
background-color css
<style>
a { background-color: #9CA37B; }
a { background-color: rgb(156,163,123); }
div.DivClassName
{
background-color: #9CA37B;
}
.BgClassName
{
background-color: #9CA37B;
}
</style>
border-color css
<style>
span { border-color: #9CA37B; }
span { border-color: rgb(156,163,123); }
td.TdClassName
{
border-color: #9CA37B;
}
.TagClassName
{
border-color: #9CA37B;
}
</style>