Shades of Sage #9CA676
Tints of Sage #9CA676
RGB
CMYK
RGB Variations
Color information
#9CA676 (or 0x9CA676) is known color: Sage. HEX triplet: 9C, A6 and 76. RGB value is (156,166,118). Sum of RGB (Red+Green+Blue) = 156+166+118=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA676 is #635989. Grayscale: #9D9D9D. Windows color (decimal): -6510986 or 7775900. OLE color: 7775900.
HSL color Cylindrical-coordinate representation of color #9CA676: hue angle of 72.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CA676 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 118 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.35 |
| HSL | 72.5º | 0.21% | 0.56% | - |
| HSV(B) | 72.5º | 0.29% | 0.65% | - |
| XYZ | 30.62 | 35.65 | 22.41 | - |
| YUV | 157.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 118 | 0.06 | 0 | 0.29 | 0.35 | 72.5 | 0.21 | 0.56 |
| Hex | 9C | A6 | 76 | 6 | 0 | 1D | 23 | 48 | 15 | 38 |
| Octal | 234 | 246 | 166 | 6 | 0 | 35 | 43 | 110 | 25 | 70 |
| Binary | 10011100 | 10100110 | 1110110 | 110 | 0 | 11101 | 100011 | 1001000 | 10101 | 111000 |
Color Harmonies of #9CA676
Complementary color
Monochromatic Colors of #9CA676
Black with #9CA676
Text Example
Text Example
White with #9CA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA676; }
p { color: rgb(156,166,118); }
H1.HeaderClassName
{
color: #9CA676;
}
.AnyTagClassName
{
color: #9CA676;
}
</style>
background-color css
<style>
a { background-color: #9CA676; }
a { background-color: rgb(156,166,118); }
div.DivClassName
{
background-color: #9CA676;
}
.BgClassName
{
background-color: #9CA676;
}
</style>
border-color css
<style>
span { border-color: #9CA676; }
span { border-color: rgb(156,166,118); }
td.TdClassName
{
border-color: #9CA676;
}
.TagClassName
{
border-color: #9CA676;
}
</style>