Shades of Sage #9CAC76
Tints of Sage #9CAC76
RGB
CMYK
RGB Variations
Color information
#9CAC76 (or 0x9CAC76) is known color: Sage. HEX triplet: 9C, AC and 76. RGB value is (156,172,118). Sum of RGB (Red+Green+Blue) = 156+172+118=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC76 is #635389. Grayscale: #A1A1A1. Windows color (decimal): -6509450 or 7777436. OLE color: 7777436.
HSL color Cylindrical-coordinate representation of color #9CAC76: hue angle of 77.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CAC76 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 118 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.33 |
| HSL | 77.78º | 0.25% | 0.57% | - |
| HSV(B) | 77.78º | 0.31% | 0.67% | - |
| XYZ | 31.73 | 37.88 | 22.78 | - |
| YUV | 161.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 118 | 0.09 | 0 | 0.31 | 0.33 | 77.78 | 0.25 | 0.57 |
| Hex | 9C | AC | 76 | 9 | 0 | 1F | 21 | 4E | 19 | 39 |
| Octal | 234 | 254 | 166 | 11 | 0 | 37 | 41 | 116 | 31 | 71 |
| Binary | 10011100 | 10101100 | 1110110 | 1001 | 0 | 11111 | 100001 | 1001110 | 11001 | 111001 |
Color Harmonies of #9CAC76
Complementary color
Monochromatic Colors of #9CAC76
Black with #9CAC76
Text Example
Text Example
White with #9CAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC76; }
p { color: rgb(156,172,118); }
H1.HeaderClassName
{
color: #9CAC76;
}
.AnyTagClassName
{
color: #9CAC76;
}
</style>
background-color css
<style>
a { background-color: #9CAC76; }
a { background-color: rgb(156,172,118); }
div.DivClassName
{
background-color: #9CAC76;
}
.BgClassName
{
background-color: #9CAC76;
}
</style>
border-color css
<style>
span { border-color: #9CAC76; }
span { border-color: rgb(156,172,118); }
td.TdClassName
{
border-color: #9CAC76;
}
.TagClassName
{
border-color: #9CAC76;
}
</style>