Shades of Sage #9CA77F
Tints of Sage #9CA77F
RGB
CMYK
RGB Variations
Color information
#9CA77F (or 0x9CA77F) is known color: Sage. HEX triplet: 9C, A7 and 7F. RGB value is (156,167,127). Sum of RGB (Red+Green+Blue) = 156+167+127=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA77F is #635880. Grayscale: #9F9F9F. Windows color (decimal): -6510721 or 8365980. OLE color: 8365980.
HSL color Cylindrical-coordinate representation of color #9CA77F: hue angle of 76.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA77F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 127 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.35 |
| HSL | 76.5º | 0.19% | 0.58% | - |
| HSV(B) | 76.5º | 0.24% | 0.65% | - |
| XYZ | 31.36 | 36.24 | 25.42 | - |
| YUV | 159.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 127 | 0.07 | 0 | 0.24 | 0.35 | 76.5 | 0.19 | 0.58 |
| Hex | 9C | A7 | 7F | 7 | 0 | 18 | 23 | 4C | 13 | 3A |
| Octal | 234 | 247 | 177 | 7 | 0 | 30 | 43 | 114 | 23 | 72 |
| Binary | 10011100 | 10100111 | 1111111 | 111 | 0 | 11000 | 100011 | 1001100 | 10011 | 111010 |
Color Harmonies of #9CA77F
Complementary color
Monochromatic Colors of #9CA77F
Black with #9CA77F
Text Example
Text Example
White with #9CA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA77F; }
p { color: rgb(156,167,127); }
H1.HeaderClassName
{
color: #9CA77F;
}
.AnyTagClassName
{
color: #9CA77F;
}
</style>
background-color css
<style>
a { background-color: #9CA77F; }
a { background-color: rgb(156,167,127); }
div.DivClassName
{
background-color: #9CA77F;
}
.BgClassName
{
background-color: #9CA77F;
}
</style>
border-color css
<style>
span { border-color: #9CA77F; }
span { border-color: rgb(156,167,127); }
td.TdClassName
{
border-color: #9CA77F;
}
.TagClassName
{
border-color: #9CA77F;
}
</style>