Shades of Sage #9DA67A
Tints of Sage #9DA67A
RGB
CMYK
RGB Variations
Color information
#9DA67A (or 0x9DA67A) is known color: Sage. HEX triplet: 9D, A6 and 7A. RGB value is (157,166,122). Sum of RGB (Red+Green+Blue) = 157+166+122=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA67A is #625985. Grayscale: #9E9E9E. Windows color (decimal): -6445446 or 8038045. OLE color: 8038045.
HSL color Cylindrical-coordinate representation of color #9DA67A: hue angle of 72.27º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DA67A is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 122 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.35 |
| HSL | 72.27º | 0.2% | 0.56% | - |
| HSV(B) | 72.27º | 0.27% | 0.65% | - |
| XYZ | 31.05 | 35.85 | 23.69 | - |
| YUV | 158.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 122 | 0.05 | 0 | 0.27 | 0.35 | 72.27 | 0.2 | 0.56 |
| Hex | 9D | A6 | 7A | 5 | 0 | 1B | 23 | 48 | 14 | 38 |
| Octal | 235 | 246 | 172 | 5 | 0 | 33 | 43 | 110 | 24 | 70 |
| Binary | 10011101 | 10100110 | 1111010 | 101 | 0 | 11011 | 100011 | 1001000 | 10100 | 111000 |
Color Harmonies of #9DA67A
Complementary color
Monochromatic Colors of #9DA67A
Black with #9DA67A
Text Example
Text Example
White with #9DA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA67A; }
p { color: rgb(157,166,122); }
H1.HeaderClassName
{
color: #9DA67A;
}
.AnyTagClassName
{
color: #9DA67A;
}
</style>
background-color css
<style>
a { background-color: #9DA67A; }
a { background-color: rgb(157,166,122); }
div.DivClassName
{
background-color: #9DA67A;
}
.BgClassName
{
background-color: #9DA67A;
}
</style>
border-color css
<style>
span { border-color: #9DA67A; }
span { border-color: rgb(157,166,122); }
td.TdClassName
{
border-color: #9DA67A;
}
.TagClassName
{
border-color: #9DA67A;
}
</style>