Shades of Sage #9DA27C
Tints of Sage #9DA27C
RGB
CMYK
RGB Variations
Color information
#9DA27C (or 0x9DA27C) is known color: Sage. HEX triplet: 9D, A2 and 7C. RGB value is (157,162,124). Sum of RGB (Red+Green+Blue) = 157+162+124=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA27C is #625D83. Grayscale: #9C9C9C. Windows color (decimal): -6446468 or 8168093. OLE color: 8168093.
HSL color Cylindrical-coordinate representation of color #9DA27C: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA27C is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 124 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.36 |
| HSL | 67.89º | 0.17% | 0.56% | - |
| HSV(B) | 67.89º | 0.23% | 0.64% | - |
| XYZ | 30.46 | 34.46 | 24.12 | - |
| YUV | 156.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 124 | 0.03 | 0 | 0.23 | 0.36 | 67.89 | 0.17 | 0.56 |
| Hex | 9D | A2 | 7C | 3 | 0 | 17 | 24 | 44 | 11 | 38 |
| Octal | 235 | 242 | 174 | 3 | 0 | 27 | 44 | 104 | 21 | 70 |
| Binary | 10011101 | 10100010 | 1111100 | 11 | 0 | 10111 | 100100 | 1000100 | 10001 | 111000 |
Color Harmonies of #9DA27C
Complementary color
Monochromatic Colors of #9DA27C
Black with #9DA27C
Text Example
Text Example
White with #9DA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA27C; }
p { color: rgb(157,162,124); }
H1.HeaderClassName
{
color: #9DA27C;
}
.AnyTagClassName
{
color: #9DA27C;
}
</style>
background-color css
<style>
a { background-color: #9DA27C; }
a { background-color: rgb(157,162,124); }
div.DivClassName
{
background-color: #9DA27C;
}
.BgClassName
{
background-color: #9DA27C;
}
</style>
border-color css
<style>
span { border-color: #9DA27C; }
span { border-color: rgb(157,162,124); }
td.TdClassName
{
border-color: #9DA27C;
}
.TagClassName
{
border-color: #9DA27C;
}
</style>