Shades of Sage #9DAB7A
Tints of Sage #9DAB7A
RGB
CMYK
RGB Variations
Color information
#9DAB7A (or 0x9DAB7A) is known color: Sage. HEX triplet: 9D, AB and 7A. RGB value is (157,171,122). Sum of RGB (Red+Green+Blue) = 157+171+122=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB7A is #625485. Grayscale: #A1A1A1. Windows color (decimal): -6444166 or 8039325. OLE color: 8039325.
HSL color Cylindrical-coordinate representation of color #9DAB7A: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DAB7A is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 122 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.33 |
| HSL | 77.14º | 0.23% | 0.57% | - |
| HSV(B) | 77.14º | 0.29% | 0.67% | - |
| XYZ | 31.98 | 37.7 | 24 | - |
| YUV | 161.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 122 | 0.08 | 0 | 0.29 | 0.33 | 77.14 | 0.23 | 0.57 |
| Hex | 9D | AB | 7A | 8 | 0 | 1D | 21 | 4D | 17 | 39 |
| Octal | 235 | 253 | 172 | 10 | 0 | 35 | 41 | 115 | 27 | 71 |
| Binary | 10011101 | 10101011 | 1111010 | 1000 | 0 | 11101 | 100001 | 1001101 | 10111 | 111001 |
Color Harmonies of #9DAB7A
Complementary color
Monochromatic Colors of #9DAB7A
Black with #9DAB7A
Text Example
Text Example
White with #9DAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB7A; }
p { color: rgb(157,171,122); }
H1.HeaderClassName
{
color: #9DAB7A;
}
.AnyTagClassName
{
color: #9DAB7A;
}
</style>
background-color css
<style>
a { background-color: #9DAB7A; }
a { background-color: rgb(157,171,122); }
div.DivClassName
{
background-color: #9DAB7A;
}
.BgClassName
{
background-color: #9DAB7A;
}
</style>
border-color css
<style>
span { border-color: #9DAB7A; }
span { border-color: rgb(157,171,122); }
td.TdClassName
{
border-color: #9DAB7A;
}
.TagClassName
{
border-color: #9DAB7A;
}
</style>