Shades of Sage #9DA274
Tints of Sage #9DA274
RGB
CMYK
RGB Variations
Color information
#9DA274 (or 0x9DA274) is known color: Sage. HEX triplet: 9D, A2 and 74. RGB value is (157,162,116). Sum of RGB (Red+Green+Blue) = 157+162+116=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA274 is #625D8B. Grayscale: #9B9B9B. Windows color (decimal): -6446476 or 7643805. OLE color: 7643805.
HSL color Cylindrical-coordinate representation of color #9DA274: hue angle of 66.52º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DA274 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 116 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.36 |
| HSL | 66.52º | 0.2% | 0.55% | - |
| HSV(B) | 66.52º | 0.28% | 0.64% | - |
| XYZ | 29.98 | 34.27 | 21.56 | - |
| YUV | 155.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 116 | 0.03 | 0 | 0.28 | 0.36 | 66.52 | 0.2 | 0.55 |
| Hex | 9D | A2 | 74 | 3 | 0 | 1C | 24 | 43 | 14 | 37 |
| Octal | 235 | 242 | 164 | 3 | 0 | 34 | 44 | 103 | 24 | 67 |
| Binary | 10011101 | 10100010 | 1110100 | 11 | 0 | 11100 | 100100 | 1000011 | 10100 | 110111 |
Color Harmonies of #9DA274
Complementary color
Monochromatic Colors of #9DA274
Black with #9DA274
Text Example
Text Example
White with #9DA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA274; }
p { color: rgb(157,162,116); }
H1.HeaderClassName
{
color: #9DA274;
}
.AnyTagClassName
{
color: #9DA274;
}
</style>
background-color css
<style>
a { background-color: #9DA274; }
a { background-color: rgb(157,162,116); }
div.DivClassName
{
background-color: #9DA274;
}
.BgClassName
{
background-color: #9DA274;
}
</style>
border-color css
<style>
span { border-color: #9DA274; }
span { border-color: rgb(157,162,116); }
td.TdClassName
{
border-color: #9DA274;
}
.TagClassName
{
border-color: #9DA274;
}
</style>