Shades of Sage #9CA575
Tints of Sage #9CA575
RGB
CMYK
RGB Variations
Color information
#9CA575 (or 0x9CA575) is known color: Sage. HEX triplet: 9C, A5 and 75. RGB value is (156,165,117). Sum of RGB (Red+Green+Blue) = 156+165+117=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA575 is #635A8A. Grayscale: #9D9D9D. Windows color (decimal): -6511243 or 7710108. OLE color: 7710108.
HSL color Cylindrical-coordinate representation of color #9CA575: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CA575 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 117 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.35 |
| HSL | 71.25º | 0.21% | 0.55% | - |
| HSV(B) | 71.25º | 0.29% | 0.65% | - |
| XYZ | 30.38 | 35.26 | 22.03 | - |
| YUV | 156.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 117 | 0.05 | 0 | 0.29 | 0.35 | 71.25 | 0.21 | 0.55 |
| Hex | 9C | A5 | 75 | 5 | 0 | 1D | 23 | 47 | 15 | 37 |
| Octal | 234 | 245 | 165 | 5 | 0 | 35 | 43 | 107 | 25 | 67 |
| Binary | 10011100 | 10100101 | 1110101 | 101 | 0 | 11101 | 100011 | 1000111 | 10101 | 110111 |
Color Harmonies of #9CA575
Complementary color
Monochromatic Colors of #9CA575
Black with #9CA575
Text Example
Text Example
White with #9CA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA575; }
p { color: rgb(156,165,117); }
H1.HeaderClassName
{
color: #9CA575;
}
.AnyTagClassName
{
color: #9CA575;
}
</style>
background-color css
<style>
a { background-color: #9CA575; }
a { background-color: rgb(156,165,117); }
div.DivClassName
{
background-color: #9CA575;
}
.BgClassName
{
background-color: #9CA575;
}
</style>
border-color css
<style>
span { border-color: #9CA575; }
span { border-color: rgb(156,165,117); }
td.TdClassName
{
border-color: #9CA575;
}
.TagClassName
{
border-color: #9CA575;
}
</style>