Shades of Sage #9CAB7B
Tints of Sage #9CAB7B
RGB
CMYK
RGB Variations
Color information
#9CAB7B (or 0x9CAB7B) is known color: Sage. HEX triplet: 9C, AB and 7B. RGB value is (156,171,123). Sum of RGB (Red+Green+Blue) = 156+171+123=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB7B is #635484. Grayscale: #A1A1A1. Windows color (decimal): -6509701 or 8104860. OLE color: 8104860.
HSL color Cylindrical-coordinate representation of color #9CAB7B: hue angle of 78.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CAB7B is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 123 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.33 |
| HSL | 78.75º | 0.22% | 0.58% | - |
| HSV(B) | 78.75º | 0.28% | 0.67% | - |
| XYZ | 31.85 | 37.62 | 24.32 | - |
| YUV | 161.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 123 | 0.09 | 0 | 0.28 | 0.33 | 78.75 | 0.22 | 0.58 |
| Hex | 9C | AB | 7B | 9 | 0 | 1C | 21 | 4F | 16 | 3A |
| Octal | 234 | 253 | 173 | 11 | 0 | 34 | 41 | 117 | 26 | 72 |
| Binary | 10011100 | 10101011 | 1111011 | 1001 | 0 | 11100 | 100001 | 1001111 | 10110 | 111010 |
Color Harmonies of #9CAB7B
Complementary color
Monochromatic Colors of #9CAB7B
Black with #9CAB7B
Text Example
Text Example
White with #9CAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB7B; }
p { color: rgb(156,171,123); }
H1.HeaderClassName
{
color: #9CAB7B;
}
.AnyTagClassName
{
color: #9CAB7B;
}
</style>
background-color css
<style>
a { background-color: #9CAB7B; }
a { background-color: rgb(156,171,123); }
div.DivClassName
{
background-color: #9CAB7B;
}
.BgClassName
{
background-color: #9CAB7B;
}
</style>
border-color css
<style>
span { border-color: #9CAB7B; }
span { border-color: rgb(156,171,123); }
td.TdClassName
{
border-color: #9CAB7B;
}
.TagClassName
{
border-color: #9CAB7B;
}
</style>