Shades of Sage #9CA77D
Tints of Sage #9CA77D
RGB
CMYK
RGB Variations
Color information
#9CA77D (or 0x9CA77D) is known color: Sage. HEX triplet: 9C, A7 and 7D. RGB value is (156,167,125). Sum of RGB (Red+Green+Blue) = 156+167+125=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA77D is #635882. Grayscale: #9F9F9F. Windows color (decimal): -6510723 or 8234908. OLE color: 8234908.
HSL color Cylindrical-coordinate representation of color #9CA77D: hue angle of 75.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CA77D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 125 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.35 |
| HSL | 75.71º | 0.19% | 0.57% | - |
| HSV(B) | 75.71º | 0.25% | 0.65% | - |
| XYZ | 31.23 | 36.19 | 24.74 | - |
| YUV | 158.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 125 | 0.07 | 0 | 0.25 | 0.35 | 75.71 | 0.19 | 0.57 |
| Hex | 9C | A7 | 7D | 7 | 0 | 19 | 23 | 4C | 13 | 39 |
| Octal | 234 | 247 | 175 | 7 | 0 | 31 | 43 | 114 | 23 | 71 |
| Binary | 10011100 | 10100111 | 1111101 | 111 | 0 | 11001 | 100011 | 1001100 | 10011 | 111001 |
Color Harmonies of #9CA77D
Complementary color
Monochromatic Colors of #9CA77D
Black with #9CA77D
Text Example
Text Example
White with #9CA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA77D; }
p { color: rgb(156,167,125); }
H1.HeaderClassName
{
color: #9CA77D;
}
.AnyTagClassName
{
color: #9CA77D;
}
</style>
background-color css
<style>
a { background-color: #9CA77D; }
a { background-color: rgb(156,167,125); }
div.DivClassName
{
background-color: #9CA77D;
}
.BgClassName
{
background-color: #9CA77D;
}
</style>
border-color css
<style>
span { border-color: #9CA77D; }
span { border-color: rgb(156,167,125); }
td.TdClassName
{
border-color: #9CA77D;
}
.TagClassName
{
border-color: #9CA77D;
}
</style>