Shades of Sage #9CA875
Tints of Sage #9CA875
RGB
CMYK
RGB Variations
Color information
#9CA875 (or 0x9CA875) is known color: Sage. HEX triplet: 9C, A8 and 75. RGB value is (156,168,117). Sum of RGB (Red+Green+Blue) = 156+168+117=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA875 is #63578A. Grayscale: #9E9E9E. Windows color (decimal): -6510475 or 7710876. OLE color: 7710876.
HSL color Cylindrical-coordinate representation of color #9CA875: hue angle of 74.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA875 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 117 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.34 |
| HSL | 74.12º | 0.23% | 0.56% | - |
| HSV(B) | 74.12º | 0.3% | 0.66% | - |
| XYZ | 30.92 | 36.36 | 22.22 | - |
| YUV | 158.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 117 | 0.07 | 0 | 0.30 | 0.34 | 74.12 | 0.23 | 0.56 |
| Hex | 9C | A8 | 75 | 7 | 0 | 1E | 22 | 4A | 17 | 38 |
| Octal | 234 | 250 | 165 | 7 | 0 | 36 | 42 | 112 | 27 | 70 |
| Binary | 10011100 | 10101000 | 1110101 | 111 | 0 | 11110 | 100010 | 1001010 | 10111 | 111000 |
Color Harmonies of #9CA875
Complementary color
Monochromatic Colors of #9CA875
Black with #9CA875
Text Example
Text Example
White with #9CA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA875; }
p { color: rgb(156,168,117); }
H1.HeaderClassName
{
color: #9CA875;
}
.AnyTagClassName
{
color: #9CA875;
}
</style>
background-color css
<style>
a { background-color: #9CA875; }
a { background-color: rgb(156,168,117); }
div.DivClassName
{
background-color: #9CA875;
}
.BgClassName
{
background-color: #9CA875;
}
</style>
border-color css
<style>
span { border-color: #9CA875; }
span { border-color: rgb(156,168,117); }
td.TdClassName
{
border-color: #9CA875;
}
.TagClassName
{
border-color: #9CA875;
}
</style>