Shades of Sage #9DA273
Tints of Sage #9DA273
RGB
CMYK
RGB Variations
Color information
#9DA273 (or 0x9DA273) is known color: Sage. HEX triplet: 9D, A2 and 73. RGB value is (157,162,115). Sum of RGB (Red+Green+Blue) = 157+162+115=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA273 is #625D8C. Grayscale: #9B9B9B. Windows color (decimal): -6446477 or 7578269. OLE color: 7578269.
HSL color Cylindrical-coordinate representation of color #9DA273: hue angle of 66.38º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA273 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 115 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.36 |
| HSL | 66.38º | 0.2% | 0.54% | - |
| HSV(B) | 66.38º | 0.29% | 0.64% | - |
| XYZ | 29.92 | 34.25 | 21.25 | - |
| YUV | 155.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 115 | 0.03 | 0 | 0.29 | 0.36 | 66.38 | 0.2 | 0.54 |
| Hex | 9D | A2 | 73 | 3 | 0 | 1D | 24 | 42 | 14 | 36 |
| Octal | 235 | 242 | 163 | 3 | 0 | 35 | 44 | 102 | 24 | 66 |
| Binary | 10011101 | 10100010 | 1110011 | 11 | 0 | 11101 | 100100 | 1000010 | 10100 | 110110 |
Color Harmonies of #9DA273
Complementary color
Monochromatic Colors of #9DA273
Black with #9DA273
Text Example
Text Example
White with #9DA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA273; }
p { color: rgb(157,162,115); }
H1.HeaderClassName
{
color: #9DA273;
}
.AnyTagClassName
{
color: #9DA273;
}
</style>
background-color css
<style>
a { background-color: #9DA273; }
a { background-color: rgb(157,162,115); }
div.DivClassName
{
background-color: #9DA273;
}
.BgClassName
{
background-color: #9DA273;
}
</style>
border-color css
<style>
span { border-color: #9DA273; }
span { border-color: rgb(157,162,115); }
td.TdClassName
{
border-color: #9DA273;
}
.TagClassName
{
border-color: #9DA273;
}
</style>