Shades of Sage #9DA682
Tints of Sage #9DA682
RGB
CMYK
RGB Variations
Color information
#9DA682 (or 0x9DA682) is known color: Sage. HEX triplet: 9D, A6 and 82. RGB value is (157,166,130). Sum of RGB (Red+Green+Blue) = 157+166+130=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA682 is #62597D. Grayscale: #9F9F9F. Windows color (decimal): -6445438 or 8562333. OLE color: 8562333.
HSL color Cylindrical-coordinate representation of color #9DA682: hue angle of 75º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA682 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 130 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.35 |
| HSL | 75º | 0.17% | 0.58% | - |
| HSV(B) | 75º | 0.22% | 0.65% | - |
| XYZ | 31.57 | 36.05 | 26.41 | - |
| YUV | 159.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 130 | 0.05 | 0 | 0.22 | 0.35 | 75 | 0.17 | 0.58 |
| Hex | 9D | A6 | 82 | 5 | 0 | 16 | 23 | 4B | 11 | 3A |
| Octal | 235 | 246 | 202 | 5 | 0 | 26 | 43 | 113 | 21 | 72 |
| Binary | 10011101 | 10100110 | 10000010 | 101 | 0 | 10110 | 100011 | 1001011 | 10001 | 111010 |
Color Harmonies of #9DA682
Complementary color
Monochromatic Colors of #9DA682
Black with #9DA682
Text Example
Text Example
White with #9DA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA682; }
p { color: rgb(157,166,130); }
H1.HeaderClassName
{
color: #9DA682;
}
.AnyTagClassName
{
color: #9DA682;
}
</style>
background-color css
<style>
a { background-color: #9DA682; }
a { background-color: rgb(157,166,130); }
div.DivClassName
{
background-color: #9DA682;
}
.BgClassName
{
background-color: #9DA682;
}
</style>
border-color css
<style>
span { border-color: #9DA682; }
span { border-color: rgb(157,166,130); }
td.TdClassName
{
border-color: #9DA682;
}
.TagClassName
{
border-color: #9DA682;
}
</style>