Shades of Sage #9DA378
Tints of Sage #9DA378
RGB
CMYK
RGB Variations
Color information
#9DA378 (or 0x9DA378) is known color: Sage. HEX triplet: 9D, A3 and 78. RGB value is (157,163,120). Sum of RGB (Red+Green+Blue) = 157+163+120=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA378 is #625C87. Grayscale: #9C9C9C. Windows color (decimal): -6446216 or 7906205. OLE color: 7906205.
HSL color Cylindrical-coordinate representation of color #9DA378: hue angle of 68.37º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DA378 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 120 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.36 |
| HSL | 68.37º | 0.19% | 0.55% | - |
| HSV(B) | 68.37º | 0.26% | 0.64% | - |
| XYZ | 30.39 | 34.72 | 22.87 | - |
| YUV | 156.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 120 | 0.04 | 0 | 0.26 | 0.36 | 68.37 | 0.19 | 0.55 |
| Hex | 9D | A3 | 78 | 4 | 0 | 1A | 24 | 44 | 13 | 37 |
| Octal | 235 | 243 | 170 | 4 | 0 | 32 | 44 | 104 | 23 | 67 |
| Binary | 10011101 | 10100011 | 1111000 | 100 | 0 | 11010 | 100100 | 1000100 | 10011 | 110111 |
Color Harmonies of #9DA378
Complementary color
Monochromatic Colors of #9DA378
Black with #9DA378
Text Example
Text Example
White with #9DA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA378; }
p { color: rgb(157,163,120); }
H1.HeaderClassName
{
color: #9DA378;
}
.AnyTagClassName
{
color: #9DA378;
}
</style>
background-color css
<style>
a { background-color: #9DA378; }
a { background-color: rgb(157,163,120); }
div.DivClassName
{
background-color: #9DA378;
}
.BgClassName
{
background-color: #9DA378;
}
</style>
border-color css
<style>
span { border-color: #9DA378; }
span { border-color: rgb(157,163,120); }
td.TdClassName
{
border-color: #9DA378;
}
.TagClassName
{
border-color: #9DA378;
}
</style>