Shades of Sage #9DA380
Tints of Sage #9DA380
RGB
CMYK
RGB Variations
Color information
#9DA380 (or 0x9DA380) is known color: Sage. HEX triplet: 9D, A3 and 80. RGB value is (157,163,128). Sum of RGB (Red+Green+Blue) = 157+163+128=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA380 is #625C7F. Grayscale: #9D9D9D. Windows color (decimal): -6446208 or 8430493. OLE color: 8430493.
HSL color Cylindrical-coordinate representation of color #9DA380: hue angle of 70.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA380 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 128 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.36 |
| HSL | 70.29º | 0.16% | 0.57% | - |
| HSV(B) | 70.29º | 0.21% | 0.64% | - |
| XYZ | 30.9 | 34.92 | 25.53 | - |
| YUV | 157.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 128 | 0.04 | 0 | 0.21 | 0.36 | 70.29 | 0.16 | 0.57 |
| Hex | 9D | A3 | 80 | 4 | 0 | 15 | 24 | 46 | 10 | 39 |
| Octal | 235 | 243 | 200 | 4 | 0 | 25 | 44 | 106 | 20 | 71 |
| Binary | 10011101 | 10100011 | 10000000 | 100 | 0 | 10101 | 100100 | 1000110 | 10000 | 111001 |
Color Harmonies of #9DA380
Complementary color
Monochromatic Colors of #9DA380
Black with #9DA380
Text Example
Text Example
White with #9DA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA380; }
p { color: rgb(157,163,128); }
H1.HeaderClassName
{
color: #9DA380;
}
.AnyTagClassName
{
color: #9DA380;
}
</style>
background-color css
<style>
a { background-color: #9DA380; }
a { background-color: rgb(157,163,128); }
div.DivClassName
{
background-color: #9DA380;
}
.BgClassName
{
background-color: #9DA380;
}
</style>
border-color css
<style>
span { border-color: #9DA380; }
span { border-color: rgb(157,163,128); }
td.TdClassName
{
border-color: #9DA380;
}
.TagClassName
{
border-color: #9DA380;
}
</style>