Shades of Sage #9CAB7D
Tints of Sage #9CAB7D
RGB
CMYK
RGB Variations
Color information
#9CAB7D (or 0x9CAB7D) is known color: Sage. HEX triplet: 9C, AB and 7D. RGB value is (156,171,125). Sum of RGB (Red+Green+Blue) = 156+171+125=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB7D is #635482. Grayscale: #A1A1A1. Windows color (decimal): -6509699 or 8235932. OLE color: 8235932.
HSL color Cylindrical-coordinate representation of color #9CAB7D: hue angle of 79.57º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CAB7D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 125 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.33 |
| HSL | 79.57º | 0.21% | 0.58% | - |
| HSV(B) | 79.57º | 0.27% | 0.67% | - |
| XYZ | 31.97 | 37.67 | 24.99 | - |
| YUV | 161.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 125 | 0.09 | 0 | 0.27 | 0.33 | 79.57 | 0.21 | 0.58 |
| Hex | 9C | AB | 7D | 9 | 0 | 1B | 21 | 50 | 15 | 3A |
| Octal | 234 | 253 | 175 | 11 | 0 | 33 | 41 | 120 | 25 | 72 |
| Binary | 10011100 | 10101011 | 1111101 | 1001 | 0 | 11011 | 100001 | 1010000 | 10101 | 111010 |
Color Harmonies of #9CAB7D
Complementary color
Monochromatic Colors of #9CAB7D
Black with #9CAB7D
Text Example
Text Example
White with #9CAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB7D; }
p { color: rgb(156,171,125); }
H1.HeaderClassName
{
color: #9CAB7D;
}
.AnyTagClassName
{
color: #9CAB7D;
}
</style>
background-color css
<style>
a { background-color: #9CAB7D; }
a { background-color: rgb(156,171,125); }
div.DivClassName
{
background-color: #9CAB7D;
}
.BgClassName
{
background-color: #9CAB7D;
}
</style>
border-color css
<style>
span { border-color: #9CAB7D; }
span { border-color: rgb(156,171,125); }
td.TdClassName
{
border-color: #9CAB7D;
}
.TagClassName
{
border-color: #9CAB7D;
}
</style>