Shades of Sage #9CAB7E
Tints of Sage #9CAB7E
RGB
CMYK
RGB Variations
Color information
#9CAB7E (or 0x9CAB7E) is known color: Sage. HEX triplet: 9C, AB and 7E. RGB value is (156,171,126). Sum of RGB (Red+Green+Blue) = 156+171+126=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB7E is #635481. Grayscale: #A1A1A1. Windows color (decimal): -6509698 or 8301468. OLE color: 8301468.
HSL color Cylindrical-coordinate representation of color #9CAB7E: hue angle of 80º 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 #9CAB7E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 126 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.33 |
| HSL | 80º | 0.21% | 0.58% | - |
| HSV(B) | 80º | 0.26% | 0.67% | - |
| XYZ | 32.04 | 37.7 | 25.33 | - |
| YUV | 161.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 126 | 0.09 | 0 | 0.26 | 0.33 | 80 | 0.21 | 0.58 |
| Hex | 9C | AB | 7E | 9 | 0 | 1A | 21 | 50 | 15 | 3A |
| Octal | 234 | 253 | 176 | 11 | 0 | 32 | 41 | 120 | 25 | 72 |
| Binary | 10011100 | 10101011 | 1111110 | 1001 | 0 | 11010 | 100001 | 1010000 | 10101 | 111010 |
Color Harmonies of #9CAB7E
Complementary color
Monochromatic Colors of #9CAB7E
Black with #9CAB7E
Text Example
Text Example
White with #9CAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB7E; }
p { color: rgb(156,171,126); }
H1.HeaderClassName
{
color: #9CAB7E;
}
.AnyTagClassName
{
color: #9CAB7E;
}
</style>
background-color css
<style>
a { background-color: #9CAB7E; }
a { background-color: rgb(156,171,126); }
div.DivClassName
{
background-color: #9CAB7E;
}
.BgClassName
{
background-color: #9CAB7E;
}
</style>
border-color css
<style>
span { border-color: #9CAB7E; }
span { border-color: rgb(156,171,126); }
td.TdClassName
{
border-color: #9CAB7E;
}
.TagClassName
{
border-color: #9CAB7E;
}
</style>