Shades of Sage #9CAA7E
Tints of Sage #9CAA7E
RGB
CMYK
RGB Variations
Color information
#9CAA7E (or 0x9CAA7E) is known color: Sage. HEX triplet: 9C, AA and 7E. RGB value is (156,170,126). Sum of RGB (Red+Green+Blue) = 156+170+126=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA7E is #635581. Grayscale: #A0A0A0. Windows color (decimal): -6509954 or 8301212. OLE color: 8301212.
HSL color Cylindrical-coordinate representation of color #9CAA7E: hue angle of 79.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CAA7E is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 126 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.33 |
| HSL | 79.09º | 0.21% | 0.58% | - |
| HSV(B) | 79.09º | 0.26% | 0.67% | - |
| XYZ | 31.85 | 37.32 | 25.26 | - |
| YUV | 160.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 126 | 0.08 | 0 | 0.26 | 0.33 | 79.09 | 0.21 | 0.58 |
| Hex | 9C | AA | 7E | 8 | 0 | 1A | 21 | 4F | 15 | 3A |
| Octal | 234 | 252 | 176 | 10 | 0 | 32 | 41 | 117 | 25 | 72 |
| Binary | 10011100 | 10101010 | 1111110 | 1000 | 0 | 11010 | 100001 | 1001111 | 10101 | 111010 |
Color Harmonies of #9CAA7E
Complementary color
Monochromatic Colors of #9CAA7E
Black with #9CAA7E
Text Example
Text Example
White with #9CAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA7E; }
p { color: rgb(156,170,126); }
H1.HeaderClassName
{
color: #9CAA7E;
}
.AnyTagClassName
{
color: #9CAA7E;
}
</style>
background-color css
<style>
a { background-color: #9CAA7E; }
a { background-color: rgb(156,170,126); }
div.DivClassName
{
background-color: #9CAA7E;
}
.BgClassName
{
background-color: #9CAA7E;
}
</style>
border-color css
<style>
span { border-color: #9CAA7E; }
span { border-color: rgb(156,170,126); }
td.TdClassName
{
border-color: #9CAA7E;
}
.TagClassName
{
border-color: #9CAA7E;
}
</style>