Shades of Sage #9CA67E
Tints of Sage #9CA67E
RGB
CMYK
RGB Variations
Color information
#9CA67E (or 0x9CA67E) is known color: Sage. HEX triplet: 9C, A6 and 7E. RGB value is (156,166,126). Sum of RGB (Red+Green+Blue) = 156+166+126=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA67E is #635981. Grayscale: #9E9E9E. Windows color (decimal): -6510978 or 8300188. OLE color: 8300188.
HSL color Cylindrical-coordinate representation of color #9CA67E: hue angle of 75º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA67E is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 126 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.35 |
| HSL | 75º | 0.18% | 0.57% | - |
| HSV(B) | 75º | 0.24% | 0.65% | - |
| XYZ | 31.11 | 35.85 | 25.02 | - |
| YUV | 158.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 126 | 0.06 | 0 | 0.24 | 0.35 | 75 | 0.18 | 0.57 |
| Hex | 9C | A6 | 7E | 6 | 0 | 18 | 23 | 4B | 12 | 39 |
| Octal | 234 | 246 | 176 | 6 | 0 | 30 | 43 | 113 | 22 | 71 |
| Binary | 10011100 | 10100110 | 1111110 | 110 | 0 | 11000 | 100011 | 1001011 | 10010 | 111001 |
Color Harmonies of #9CA67E
Complementary color
Monochromatic Colors of #9CA67E
Black with #9CA67E
Text Example
Text Example
White with #9CA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA67E; }
p { color: rgb(156,166,126); }
H1.HeaderClassName
{
color: #9CA67E;
}
.AnyTagClassName
{
color: #9CA67E;
}
</style>
background-color css
<style>
a { background-color: #9CA67E; }
a { background-color: rgb(156,166,126); }
div.DivClassName
{
background-color: #9CA67E;
}
.BgClassName
{
background-color: #9CA67E;
}
</style>
border-color css
<style>
span { border-color: #9CA67E; }
span { border-color: rgb(156,166,126); }
td.TdClassName
{
border-color: #9CA67E;
}
.TagClassName
{
border-color: #9CA67E;
}
</style>