Shades of Sage #9CA578
Tints of Sage #9CA578
RGB
CMYK
RGB Variations
Color information
#9CA578 (or 0x9CA578) is known color: Sage. HEX triplet: 9C, A5 and 78. RGB value is (156,165,120). Sum of RGB (Red+Green+Blue) = 156+165+120=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA578 is #635A87. Grayscale: #9D9D9D. Windows color (decimal): -6511240 or 7906716. OLE color: 7906716.
HSL color Cylindrical-coordinate representation of color #9CA578: hue angle of 72º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CA578 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 120 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.35 |
| HSL | 72º | 0.2% | 0.56% | - |
| HSV(B) | 72º | 0.27% | 0.65% | - |
| XYZ | 30.56 | 35.33 | 22.98 | - |
| YUV | 157.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 120 | 0.05 | 0 | 0.27 | 0.35 | 72 | 0.2 | 0.56 |
| Hex | 9C | A5 | 78 | 5 | 0 | 1B | 23 | 48 | 14 | 38 |
| Octal | 234 | 245 | 170 | 5 | 0 | 33 | 43 | 110 | 24 | 70 |
| Binary | 10011100 | 10100101 | 1111000 | 101 | 0 | 11011 | 100011 | 1001000 | 10100 | 111000 |
Color Harmonies of #9CA578
Complementary color
Monochromatic Colors of #9CA578
Black with #9CA578
Text Example
Text Example
White with #9CA578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA578; }
p { color: rgb(156,165,120); }
H1.HeaderClassName
{
color: #9CA578;
}
.AnyTagClassName
{
color: #9CA578;
}
</style>
background-color css
<style>
a { background-color: #9CA578; }
a { background-color: rgb(156,165,120); }
div.DivClassName
{
background-color: #9CA578;
}
.BgClassName
{
background-color: #9CA578;
}
</style>
border-color css
<style>
span { border-color: #9CA578; }
span { border-color: rgb(156,165,120); }
td.TdClassName
{
border-color: #9CA578;
}
.TagClassName
{
border-color: #9CA578;
}
</style>