Shades of Sage #9CAA7B
Tints of Sage #9CAA7B
RGB
CMYK
RGB Variations
Color information
#9CAA7B (or 0x9CAA7B) is known color: Sage. HEX triplet: 9C, AA and 7B. RGB value is (156,170,123). Sum of RGB (Red+Green+Blue) = 156+170+123=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA7B is #635584. Grayscale: #A0A0A0. Windows color (decimal): -6509957 or 8104604. OLE color: 8104604.
HSL color Cylindrical-coordinate representation of color #9CAA7B: hue angle of 77.87º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CAA7B is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 123 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.33 |
| HSL | 77.87º | 0.22% | 0.57% | - |
| HSV(B) | 77.87º | 0.28% | 0.67% | - |
| XYZ | 31.66 | 37.25 | 24.26 | - |
| YUV | 160.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 123 | 0.08 | 0 | 0.28 | 0.33 | 77.87 | 0.22 | 0.57 |
| Hex | 9C | AA | 7B | 8 | 0 | 1C | 21 | 4E | 16 | 39 |
| Octal | 234 | 252 | 173 | 10 | 0 | 34 | 41 | 116 | 26 | 71 |
| Binary | 10011100 | 10101010 | 1111011 | 1000 | 0 | 11100 | 100001 | 1001110 | 10110 | 111001 |
Color Harmonies of #9CAA7B
Complementary color
Monochromatic Colors of #9CAA7B
Black with #9CAA7B
Text Example
Text Example
White with #9CAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA7B; }
p { color: rgb(156,170,123); }
H1.HeaderClassName
{
color: #9CAA7B;
}
.AnyTagClassName
{
color: #9CAA7B;
}
</style>
background-color css
<style>
a { background-color: #9CAA7B; }
a { background-color: rgb(156,170,123); }
div.DivClassName
{
background-color: #9CAA7B;
}
.BgClassName
{
background-color: #9CAA7B;
}
</style>
border-color css
<style>
span { border-color: #9CAA7B; }
span { border-color: rgb(156,170,123); }
td.TdClassName
{
border-color: #9CAA7B;
}
.TagClassName
{
border-color: #9CAA7B;
}
</style>