Shades of Sage #9CAA77
Tints of Sage #9CAA77
RGB
CMYK
RGB Variations
Color information
#9CAA77 (or 0x9CAA77) is known color: Sage. HEX triplet: 9C, AA and 77. RGB value is (156,170,119). Sum of RGB (Red+Green+Blue) = 156+170+119=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA77 is #635588. Grayscale: #A0A0A0. Windows color (decimal): -6509961 or 7842460. OLE color: 7842460.
HSL color Cylindrical-coordinate representation of color #9CAA77: hue angle of 76.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CAA77 is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 119 | - |
| CMYK | 0.08 | 0 | 0.3 | 0.33 |
| HSL | 76.47º | 0.23% | 0.57% | - |
| HSV(B) | 76.47º | 0.3% | 0.67% | - |
| XYZ | 31.41 | 37.15 | 22.97 | - |
| YUV | 160 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 119 | 0.08 | 0 | 0.3 | 0.33 | 76.47 | 0.23 | 0.57 |
| Hex | 9C | AA | 77 | 8 | 0 | 1E | 21 | 4C | 17 | 39 |
| Octal | 234 | 252 | 167 | 10 | 0 | 36 | 41 | 114 | 27 | 71 |
| Binary | 10011100 | 10101010 | 1110111 | 1000 | 0 | 11110 | 100001 | 1001100 | 10111 | 111001 |
Color Harmonies of #9CAA77
Complementary color
Monochromatic Colors of #9CAA77
Black with #9CAA77
Text Example
Text Example
White with #9CAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA77; }
p { color: rgb(156,170,119); }
H1.HeaderClassName
{
color: #9CAA77;
}
.AnyTagClassName
{
color: #9CAA77;
}
</style>
background-color css
<style>
a { background-color: #9CAA77; }
a { background-color: rgb(156,170,119); }
div.DivClassName
{
background-color: #9CAA77;
}
.BgClassName
{
background-color: #9CAA77;
}
</style>
border-color css
<style>
span { border-color: #9CAA77; }
span { border-color: rgb(156,170,119); }
td.TdClassName
{
border-color: #9CAA77;
}
.TagClassName
{
border-color: #9CAA77;
}
</style>