Shades of Sage #9DA67F
Tints of Sage #9DA67F
RGB
CMYK
RGB Variations
Color information
#9DA67F (or 0x9DA67F) is known color: Sage. HEX triplet: 9D, A6 and 7F. RGB value is (157,166,127). Sum of RGB (Red+Green+Blue) = 157+166+127=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA67F is #625980. Grayscale: #9F9F9F. Windows color (decimal): -6445441 or 8365725. OLE color: 8365725.
HSL color Cylindrical-coordinate representation of color #9DA67F: hue angle of 73.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA67F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 127 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.35 |
| HSL | 73.85º | 0.18% | 0.57% | - |
| HSV(B) | 73.85º | 0.23% | 0.65% | - |
| XYZ | 31.37 | 35.97 | 25.37 | - |
| YUV | 158.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 127 | 0.05 | 0 | 0.23 | 0.35 | 73.85 | 0.18 | 0.57 |
| Hex | 9D | A6 | 7F | 5 | 0 | 17 | 23 | 4A | 12 | 39 |
| Octal | 235 | 246 | 177 | 5 | 0 | 27 | 43 | 112 | 22 | 71 |
| Binary | 10011101 | 10100110 | 1111111 | 101 | 0 | 10111 | 100011 | 1001010 | 10010 | 111001 |
Color Harmonies of #9DA67F
Complementary color
Monochromatic Colors of #9DA67F
Black with #9DA67F
Text Example
Text Example
White with #9DA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA67F; }
p { color: rgb(157,166,127); }
H1.HeaderClassName
{
color: #9DA67F;
}
.AnyTagClassName
{
color: #9DA67F;
}
</style>
background-color css
<style>
a { background-color: #9DA67F; }
a { background-color: rgb(157,166,127); }
div.DivClassName
{
background-color: #9DA67F;
}
.BgClassName
{
background-color: #9DA67F;
}
</style>
border-color css
<style>
span { border-color: #9DA67F; }
span { border-color: rgb(157,166,127); }
td.TdClassName
{
border-color: #9DA67F;
}
.TagClassName
{
border-color: #9DA67F;
}
</style>